build: remove windows/arm target from goreleaser

Go 1.26 dropped support for 32-bit Windows on ARM (`windows/arm`).
This commit removes the `windows_arm` build targets from
`.goreleaser.yaml` to fix the build. `windows_arm64` is retained.

Co-authored-by: pelletier <172804+pelletier@users.noreply.github.com>
This commit is contained in:
google-labs-jules[bot]
2026-03-03 06:01:40 +00:00
parent b3575580f9
commit a89d285578
-3
View File
@@ -22,7 +22,6 @@ builds:
- linux_riscv64
- windows_amd64
- windows_arm64
- windows_arm
- darwin_amd64
- darwin_arm64
- id: tomljson
@@ -42,7 +41,6 @@ builds:
- linux_riscv64
- windows_amd64
- windows_arm64
- windows_arm
- darwin_amd64
- darwin_arm64
- id: jsontoml
@@ -62,7 +60,6 @@ builds:
- linux_arm
- windows_amd64
- windows_arm64
- windows_arm
- darwin_amd64
- darwin_arm64
universal_binaries: