#10 fix make docker (#11)

This commit is contained in:
Henning Jacobs 2017-05-14 22:12:48 +02:00 committed by GitHub
parent 946f623cf8
commit c08e83bebf
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
.PHONY: clean local linux macos docker push scm-source.json
BINARY ?= postgres-operator
BUILD_FLAGS ?= -v -i
BUILD_FLAGS ?= -v
CGO_ENABLED ?= 0
ifeq ($(RACE),1)
BUILD_FLAGS += -race -a
CGO_ENABLED=1