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 499b774 commit c382dd2Copy full SHA for c382dd2
Makefile
@@ -1,5 +1,5 @@
1
build:
2
- GOOS=linux GOARCH=amd64 go build -ldflags="-s -w" -mod=vendor
+ go build -ldflags="-s -w" -mod=vendor
3
4
install:
5
go install
0 commit comments