You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(release): exclude unsupported windows/arm and darwin/arm build targets
Go does not support the windows/arm (32-bit) GOOS/GOARCH pair, causing
the release build to fail with "unsupported GOOS/GOARCH pair windows/arm".
Add ignore entries to goreleaser.yml to skip the invalid windows/arm and
darwin/arm combinations from the build matrix. Remove the corresponding
windows_armv6 artifact references from the release workflow and action,
since this target was never actually produced.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments