Skip to content

Commit

Permalink
Chore: use GOAMD64 v1 on build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamacro committed Mar 20, 2022
1 parent 30d4668 commit 8c9e0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ WINDOWS_ARCH_LIST = \
all: linux-amd64 darwin-amd64 windows-amd64 # Most used

docker:
GOAMD64=v3 $(GOBUILD) -o $(BINDIR)/$(NAME)-$@
$(GOBUILD) -o $(BINDIR)/$(NAME)-$@

darwin-amd64:
GOARCH=amd64 GOOS=darwin $(GOBUILD) -o $(BINDIR)/$(NAME)-$@
Expand Down

0 comments on commit 8c9e0b3

Please sign in to comment.