From a89d2855788c13bd3e9ff337b7f59f4fba0039a2 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 06:01:40 +0000 Subject: [PATCH] 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> --- .goreleaser.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 47f0f59..3e19ea7 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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: