mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 14:11:14 +00:00
Build test targets for all server platforms
This commit is contained in:
@@ -112,6 +112,10 @@ else
|
|||||||
# Which platforms we should compile test targets for. Not all client platforms need these tests
|
# Which platforms we should compile test targets for. Not all client platforms need these tests
|
||||||
readonly KUBE_TEST_PLATFORMS=(
|
readonly KUBE_TEST_PLATFORMS=(
|
||||||
linux/amd64
|
linux/amd64
|
||||||
|
linux/arm
|
||||||
|
linux/arm64
|
||||||
|
linux/s390x
|
||||||
|
linux/ppc64le
|
||||||
darwin/amd64
|
darwin/amd64
|
||||||
windows/amd64
|
windows/amd64
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user