Merge pull request #3413 from oilbeater/master

Reduce binary size
pull/3578/head
Matthew Fisher 6 years ago committed by GitHub
commit fbe04e73d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ PKG := $(shell glide novendor)
TAGS :=
TESTS := .
TESTFLAGS :=
LDFLAGS :=
LDFLAGS := -w -s
GOFLAGS :=
BINDIR := $(CURDIR)/bin
BINARIES := helm tiller

Loading…
Cancel
Save