Skip to content

Commit

Permalink
Make "kubernetes" a server binary.
Browse files Browse the repository at this point in the history
It includes many of the server components which we only expect to be
able to build in the server target architectures, but it is included in
the client build targets.
  • Loading branch information
vmarmol committed Mar 13, 2015
1 parent f4b10b3 commit adbc8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/lib/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ readonly KUBE_SERVER_TARGETS=(
cmd/kube-controller-manager
cmd/kubelet
cmd/hyperkube
cmd/kubernetes
plugin/cmd/kube-scheduler
)
readonly KUBE_SERVER_BINARIES=("${KUBE_SERVER_TARGETS[@]##*/}")
Expand All @@ -37,7 +38,6 @@ readonly KUBE_SERVER_PLATFORMS=(
# The set of client targets that we are building for all platforms
readonly KUBE_CLIENT_TARGETS=(
cmd/kubectl
cmd/kubernetes
)
readonly KUBE_CLIENT_BINARIES=("${KUBE_CLIENT_TARGETS[@]##*/}")
readonly KUBE_CLIENT_BINARIES_WIN=("${KUBE_CLIENT_BINARIES[@]/%/.exe}")
Expand Down

0 comments on commit adbc8e2

Please sign in to comment.