mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix suffix for arm
This commit is contained in:
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
Block a user