add windows arm support on client-side since go 1.17 supports

This commit is contained in:
Paco Xu 2021-09-10 15:42:45 +08:00
parent 51ff4bb814
commit 9a2a4f1051
2 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,7 @@ readonly KUBE_SUPPORTED_CLIENT_PLATFORMS=(
darwin/arm64
windows/amd64
windows/386
windows/arm64
)
# Which platforms we should compile test targets for.
@ -65,6 +66,7 @@ readonly KUBE_SUPPORTED_TEST_PLATFORMS=(
darwin/amd64
darwin/arm64
windows/amd64
windows/arm64
)
# The set of server targets that we are only building for Linux

View File

@ -52,6 +52,7 @@ var (
"linux/arm", "linux/386",
"windows/amd64", "linux/arm64",
"linux/ppc64le", "linux/s390x",
"windows/arm64",
}
// directories we always ignore