Merge pull request #17629 from brendandburns/arm

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-26 06:01:04 -08:00
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