We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab47496 + a8f4331 commit 39372adCopy full SHA for 39372ad
Makefile
@@ -4,7 +4,7 @@ BASE_IMAGE_TAG = latest
4
BUILD_IMAGE_TAG = v1
5
6
all:
7
- env GOOS=linux GOARCH=amd64 go build -ldflags='-s -w' -buildvcs=false .
+ go build -ldflags='-s -w' -buildvcs=false .
8
9
binary:
10
@echo "Making $@ ..."
0 commit comments