Skip to content

Commit 33c2694

Browse files
committed
goreleaser: drop windows/arm build target
Go 1.26 removed the broken 32-bit windows/arm port, so building for this target is no longer possible. Signed-off-by: Nick Van Wiggeren <nick@planetscale.com>
1 parent 4dcf1a3 commit 33c2694

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)