Skip to content

goreleaser: drop windows/arm build target#1202

Merged
nickvanw merged 1 commit intomainfrom
nick/drop-windows-arm
Feb 25, 2026
Merged

goreleaser: drop windows/arm build target#1202
nickvanw merged 1 commit intomainfrom
nick/drop-windows-arm

Conversation

@nickvanw
Copy link
Contributor

Summary

Go 1.26 removed the broken 32-bit windows/arm port, which was first flagged as broken in Go 1.24 and deprecated in Go 1.25. Building for GOOS=windows GOARCH=arm now fails with unsupported GOOS/GOARCH pair windows/arm.

This adds an ignore rule in .goreleaser.yml to skip the windows/arm target while keeping all other targets (including linux/arm) intact.

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>
@nickvanw nickvanw requested a review from a team as a code owner February 25, 2026 15:54
@nickvanw nickvanw enabled auto-merge February 25, 2026 15:55
@nickvanw nickvanw merged commit 6bc47c5 into main Feb 25, 2026
2 checks passed
@nickvanw nickvanw deleted the nick/drop-windows-arm branch February 25, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants