mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Added ppc64le support (#8505)
* Added ppc64le support * Fixed linting errors
This commit is contained in:
@@ -25,7 +25,7 @@ def open_main_yaml():
|
||||
|
||||
|
||||
def download_hash(versions):
|
||||
architectures = ["arm", "arm64", "amd64"]
|
||||
architectures = ["arm", "arm64", "amd64", "ppc64le"]
|
||||
downloads = ["kubelet", "kubectl", "kubeadm"]
|
||||
|
||||
data, yaml = open_main_yaml()
|
||||
|
||||
Reference in New Issue
Block a user