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.
1 parent 1889d7c commit a8f4331Copy full SHA for a8f4331
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