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 eaf955c commit b289716Copy full SHA for b289716
Makefile
@@ -25,7 +25,7 @@ $(GOBIN)/gobump:
25
26
.PHONY: cross
27
cross: $(GOBIN)/goxz
28
- goxz -n $(BIN) -pv=v$(VERSION) -arch=amd64 -build-ldflags=$(BUILD_LDFLAGS) .
+ goxz -n $(BIN) -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) .
29
30
$(GOBIN)/goxz:
31
go install github.com/Songmu/goxz/cmd/goxz@latest
0 commit comments