Skip to content

Commit b289716

Browse files
committed
release for all archtecture
1 parent eaf955c commit b289716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $(GOBIN)/gobump:
2525

2626
.PHONY: cross
2727
cross: $(GOBIN)/goxz
28-
goxz -n $(BIN) -pv=v$(VERSION) -arch=amd64 -build-ldflags=$(BUILD_LDFLAGS) .
28+
goxz -n $(BIN) -pv=v$(VERSION) -build-ldflags=$(BUILD_LDFLAGS) .
2929

3030
$(GOBIN)/goxz:
3131
go install github.com/Songmu/goxz/cmd/goxz@latest

0 commit comments

Comments
 (0)