Build Kubernetes, etcd and flannel for arm64 and ppc64le

This commit is contained in:
Lucas Käldström
2016-04-14 07:29:10 +03:00
parent ae57644172
commit 4559a84d3b
15 changed files with 136 additions and 116 deletions

View File

@@ -64,6 +64,8 @@ else
readonly KUBE_SERVER_PLATFORMS=(
linux/amd64
linux/arm
linux/arm64
linux/ppc64le
)
# If we update this we should also update the set of golang compilers we build
@@ -72,6 +74,8 @@ else
linux/amd64
linux/386
linux/arm
linux/arm64
linux/ppc64le
darwin/amd64
darwin/386
windows/amd64