Skip to content

Commit e24edca

Browse files
authored
chore: add ignore for Windows ARM in GoReleaser config (#370)
Add ignore rules for Windows ARM architecture in GoReleaser config.
1 parent a9dd916 commit e24edca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ builds:
3636
- amd64
3737
- arm64
3838
- arm
39+
ignore:
40+
- goos: windows
41+
goarch: arm
3942

4043
changelog:
4144
## Delegate Changelog to release-drafter

0 commit comments

Comments
 (0)