mirror of https://github.com/k3s-io/k3s
Fix suffix for arm
parent
ab1e7ba3e3
commit
4e2d6c9b1c
|
@ -35,7 +35,7 @@ case $ARCH in
|
|||
;;
|
||||
arm*)
|
||||
ARCH=arm
|
||||
SUFFIX=-${ARCH}
|
||||
SUFFIX=-${ARCH}hf
|
||||
;;
|
||||
*)
|
||||
fatal Unknown architecture $ARCH
|
||||
|
|
Loading…
Reference in New Issue