mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Merge pull request #16662 from linux-on-ibm-z/master
Auto commit by PR queue bot
This commit is contained in:
@@ -135,8 +135,11 @@ function detect_binary {
|
||||
i?86*)
|
||||
host_arch=x86
|
||||
;;
|
||||
s390x*)
|
||||
host_arch=s390x
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported host arch. Must be x86_64, 386 or arm." >&2
|
||||
echo "Unsupported host arch. Must be x86_64, 386, arm or s390x." >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user