Build test targets for all server platforms

pull/6/head
Lucas Käldström 2017-09-03 18:13:39 +03:00
parent 75e111ad87
commit b00353c3e3
No known key found for this signature in database
GPG Key ID: 3FA3783D77751514
1 changed files with 4 additions and 0 deletions

View File

@ -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
)