Disable CGO to generate static binary and strip binary symbols
This commit is contained in:
parent
ec6b028550
commit
c440018f7f
|
|
@ -2,7 +2,7 @@ all: build
|
|||
|
||||
TAG?=dev
|
||||
FLAGS=
|
||||
ENVVAR=
|
||||
ENVVAR=CGO_ENABLED=0 LD_FLAGS=-s
|
||||
GOOS?=linux
|
||||
REGISTRY?=staging-k8s.gcr.io
|
||||
ifdef BUILD_TAGS
|
||||
|
|
|
|||
Loading…
Reference in New Issue