mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 18:20:02 -03:30
Added ppc64le support (#8505)
* Added ppc64le support * Fixed linting errors
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -eo pipefail
|
||||
|
||||
VERSIONS="$@"
|
||||
ARCHITECTURES="arm arm64 amd64"
|
||||
ARCHITECTURES="arm arm64 amd64 ppc64le"
|
||||
DOWNLOADS="kubelet kubectl kubeadm"
|
||||
DOWNLOAD_DIR="tmp/kubeadm_hasher"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user