mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 19:38:02 +00:00
Merge pull request #16662 from linux-on-ibm-z/master
Auto commit by PR queue bot
This commit is contained in:
@@ -96,9 +96,11 @@ elif [[ "${machine}" == "i686" ]]; then
|
||||
arch="386"
|
||||
elif [[ "${machine}" == "arm*" ]]; then
|
||||
arch="arm"
|
||||
elif [[ "${machine}" == "s390x*" ]]; then
|
||||
arch="s390x"
|
||||
else
|
||||
echo "Unknown, unsupported architecture (${machine})."
|
||||
echo "Supported architectures x86_64, i686, arm*"
|
||||
echo "Supported architectures x86_64, i686, arm, s390x."
|
||||
echo "Bailing out."
|
||||
exit 3
|
||||
fi
|
||||
|
Reference in New Issue
Block a user