Skip to content

Commit

Permalink
build kube-discovery and kubeadm with release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedanese committed Sep 26, 2016
1 parent 234be5a commit b421bf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/lib/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ kube::golang::server_targets() {
cmd/kubeadm
cmd/kubemark
cmd/hyperkube
cmd/kube-discovery
plugin/cmd/kube-scheduler
)
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then
Expand Down Expand Up @@ -181,6 +182,8 @@ readonly KUBE_STATIC_LIBRARIES=(
kube-dns
kube-scheduler
kube-proxy
kube-discovery
kubeadm
kubectl
)

Expand Down

0 comments on commit b421bf4

Please sign in to comment.