From b00353c3e3add702d17420d5e53204dd90eb699a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20K=C3=A4ldstr=C3=B6m?= Date: Sun, 3 Sep 2017 18:13:39 +0300 Subject: [PATCH] Build test targets for all server platforms --- hack/lib/golang.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh index 5001f79a4bc..e17359bd820 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -112,6 +112,10 @@ else # Which platforms we should compile test targets for. Not all client platforms need these tests readonly KUBE_TEST_PLATFORMS=( linux/amd64 + linux/arm + linux/arm64 + linux/s390x + linux/ppc64le darwin/amd64 windows/amd64 )