Desperation setting in.

This commit is contained in:
David Anderson 2019-01-22 21:26:10 -08:00
parent b493824514
commit 675c498324

View File

@ -55,7 +55,7 @@ dockerfile: build-dir
.PHONY: binary .PHONY: binary
binary: build-dir binary: build-dir
CGO_ENABLED=0 GOOS=linux GOARCH=$(GOARCH) GOARM=6 GO111MODULE=on \ GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=$(GOARCH) GOARM=6 \
$(GOCMD) build -o $(BUILD_DIR)/$(BINARY) \ $(GOCMD) build -o $(BUILD_DIR)/$(BINARY) \
./cmd/$(BINARY) ./cmd/$(BINARY)