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 fa4915f commit 0aa9e89Copy full SHA for 0aa9e89
Makefile
@@ -36,7 +36,7 @@ cross-build:
36
for os in darwin linux windows; do \
37
[ $$os = "windows" ] && EXT=".exe"; \
38
for arch in amd64 arm64; do \
39
- GOOS=$$os GOARCH=$$arch CGO_ENABLED=0 go build -a -tags netgo -installsuffix netgo $(LDFLAGS) -o dist/$(NAME)-$$os-$$arch$$EXT .; \
+ GOOS=$$os GOARCH=$$arch CGO_ENABLED=0 go build -o dist/$(NAME)-$$os-$$arch$$EXT .; \
40
done; \
41
done
42
0 commit comments