Commit a57aa3cd authored by Adam Reese's avatar Adam Reese Committed by GitHub

Merge pull request #1147 from adamreese/feat/helm-bin

feat(release): remove tiller from cross compile
parents ce4ae51e 8d44ed0d
...@@ -23,7 +23,7 @@ build: ...@@ -23,7 +23,7 @@ build:
.PHONY: build-cross .PHONY: build-cross
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 # usage: make dist VERSION=v2.0.0-alpha.3
.PHONY: dist .PHONY: dist
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment