Skip to content

Commit 6bc47c5

Browse files
authored
Merge pull request #1202 from planetscale/nick/drop-windows-arm
goreleaser: drop windows/arm build target
2 parents 4dcf1a3 + 33c2694 commit 6bc47c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ builds:
4747
- amd64
4848
- arm
4949
- arm64
50+
ignore:
51+
- goos: windows
52+
goarch: arm
5053
main: ./cmd/pscale/main.go
5154
ldflags:
5255
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}

0 commit comments

Comments
 (0)