Refactor: improve Dockerfile (#2246)

This commit is contained in:
Adrian Gąsior
2022-09-21 15:09:11 +02:00
committed by GitHub
parent 6995e98181
commit 827d5289bc
2 changed files with 12 additions and 11 deletions

View File

@ -37,9 +37,6 @@ WINDOWS_ARCH_LIST = \
all: linux-amd64 darwin-amd64 windows-amd64 # Most used
docker:
$(GOBUILD) -o $(BINDIR)/$(NAME)-$@
darwin-amd64:
GOARCH=amd64 GOOS=darwin $(GOBUILD) -o $(BINDIR)/$(NAME)-$@