Add linux/arm to the list of server builds

This commit is contained in:
Brendan Burns
2015-11-22 19:53:45 -08:00
parent 46924670d9
commit d2dbe56820
7 changed files with 35 additions and 14 deletions

View File

@@ -50,6 +50,7 @@ readonly KUBE_SERVER_BINARIES=("${KUBE_SERVER_TARGETS[@]##*/}")
# The server platform we are building on.
readonly KUBE_SERVER_PLATFORMS=(
linux/amd64
linux/arm
)
# The set of client targets that we are building for all platforms