Remove postfix for debug image

This commit is contained in:
Rafia Sabih 2019-06-25 15:10:54 +02:00
parent 0766a645b7
commit 3ddac8435c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ PKG := `go list ./... | grep -v /vendor/`
ifeq ($(DEBUG),1)
DOCKERFILE = DebugDockerfile
DEBUG_POSTFIX := -debug
#DEBUG_POSTFIX := -debug
BUILD_FLAGS += -gcflags "-N -l"
else
DOCKERFILE = Dockerfile