From 8d44ed0d54c3d0ceb1e0e5b3648430203b8a6118 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Tue, 6 Sep 2016 14:27:03 -0700 Subject: [PATCH] feat(release): remove tiller from cross compile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cf4c55b5..bea1bf42d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build: .PHONY: build-cross build-cross: - gox -output="_dist/{{.OS}}-{{.Arch}}/{{.Dir}}" -os="darwin linux windows" -arch="amd64 386" $(GOFLAGS) -tags '$(TAGS)' -ldflags '$(LDFLAGS)' k8s.io/helm/cmd/... + gox -output="_dist/{{.OS}}-{{.Arch}}/{{.Dir}}" -os="darwin linux windows" -arch="amd64 386" $(GOFLAGS) -tags '$(TAGS)' -ldflags '$(LDFLAGS)' k8s.io/helm/cmd/helm # usage: make dist VERSION=v2.0.0-alpha.3 .PHONY: dist