Skip to content

Commit 53d7820

Browse files
Exclude unsupported windows/arm from goreleaser build matrix (#2133)
* Update .goreleaser.yml * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 8e95b5b commit 53d7820

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ builds:
4141
- 'arm64'
4242
- '386'
4343
- 'arm'
44+
ignore:
45+
# Go 1.24+ dropped support for windows/arm (32-bit ARM).
46+
# https://go.dev/doc/go1.24#ports
47+
- goos: windows
48+
goarch: arm
4449
binary: atmos
4550
ldflags:
4651
# Set `atmos` version to the GitHub release tag using Go `ldflags`

0 commit comments

Comments
 (0)