We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dcf1a3 + 33c2694 commit 6bc47c5Copy full SHA for 6bc47c5
1 file changed
.goreleaser.yml
@@ -47,6 +47,9 @@ builds:
47
- amd64
48
- arm
49
- arm64
50
+ ignore:
51
+ - goos: windows
52
+ goarch: arm
53
main: ./cmd/pscale/main.go
54
ldflags:
55
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
0 commit comments