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 39aa5ab commit 93a58ffCopy full SHA for 93a58ff
Makefile
@@ -34,7 +34,7 @@ clean:
34
35
build-win:
36
for arch in amd64 386; do \
37
- GOOS=$$os GOARCH=$$arch CGO_ENABLED=0 go build -mod=readonly -buildvcs=false $(LDFLAGS) -o dist/$(NAME)-$$os-$$arch .; \
+ GOOS=windows GOARCH=$$arch CGO_ENABLED=0 go build -mod=readonly -buildvcs=false $(LDFLAGS) -o dist/$(NAME)-windows-$$arch .; \
38
done
39
40
cross-build: build-win
0 commit comments