Disable CGO to generate static binary and strip binary symbols

This commit is contained in:
Łukasz Osipiuk 2019-05-20 22:54:35 +02:00
parent ec6b028550
commit c440018f7f
1 changed files with 1 additions and 1 deletions

View File

@ -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