Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit f9eee89

Browse files
committed
fix(release): exclude windows/arm build target (unsupported GOOS/GOARCH pair)
1 parent 2944ae7 commit f9eee89

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ builds:
3434
ignore:
3535
- goos: darwin
3636
goarch: "386"
37+
- goos: windows
38+
goarch: arm
3739
binary: "{{ .ProjectName }}_v{{ .Version }}"
3840

3941
archives:

0 commit comments

Comments
 (0)