cluster: build gci mounter like other go binaries

This commit is contained in:
Mike Danese
2017-07-18 11:20:57 -07:00
parent 6d73f03d2b
commit bef68f7dbc
8 changed files with 8 additions and 51 deletions

View File

@@ -34,6 +34,7 @@ var buildTargets = []string{
"cmd/kubelet",
"test/e2e_node/e2e_node.test",
"vendor/github.com/onsi/ginkgo/ginkgo",
"cluster/gce/gci/mounter",
}
func BuildGo() error {