mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-24 19:38:02 +00:00
Add support for ppc64le architecture.
This commit is contained in:
@@ -98,9 +98,11 @@ elif [[ "${machine}" == "arm*" ]]; then
|
||||
arch="arm"
|
||||
elif [[ "${machine}" == "s390x*" ]]; then
|
||||
arch="s390x"
|
||||
elif [[ "${machine}" == "ppc64le" ]]; then
|
||||
arch="ppc64le"
|
||||
else
|
||||
echo "Unknown, unsupported architecture (${machine})."
|
||||
echo "Supported architectures x86_64, i686, arm, s390x."
|
||||
echo "Supported architectures x86_64, i686, arm, s390x, ppc64le."
|
||||
echo "Bailing out."
|
||||
exit 3
|
||||
fi
|
||||
|
Reference in New Issue
Block a user