Skip to content

Commit 675c498

Browse files
committed
Desperation setting in.
1 parent b493824 commit 675c498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dockerfile: build-dir
5555

5656
.PHONY: binary
5757
binary: build-dir
58-
CGO_ENABLED=0 GOOS=linux GOARCH=$(GOARCH) GOARM=6 GO111MODULE=on \
58+
GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=$(GOARCH) GOARM=6 \
5959
$(GOCMD) build -o $(BUILD_DIR)/$(BINARY) \
6060
./cmd/$(BINARY)
6161

0 commit comments

Comments
 (0)