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 401a65d + 9d60e49 commit 5cb3070Copy full SHA for 5cb3070
Makefile
@@ -25,7 +25,8 @@ $(GOBIN)/gobump:
25
26
.PHONY: cross
27
cross: $(GOBIN)/goxz
28
- goxz -n $(BIN) -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) .
+ goxz -n $(BIN) -os linux,darwin,windows -arch amd64 -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) .
29
+ goxz -n $(BIN) -os linux,darwin -arch arm64 -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) .
30
31
$(GOBIN)/goxz:
32
cd && go get github.com/Songmu/goxz/cmd/goxz
0 commit comments