Skip to content

Commit c62f9c7

Browse files
committed
fix(build): exclude unsupported windows/arm target
1 parent c4ecff7 commit c62f9c7

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
@@ -22,6 +22,8 @@ builds:
2222
goarch: '386'
2323
- goos: darwin
2424
goarch: riscv64
25+
- goos: windows
26+
goarch: arm
2527
- goos: windows
2628
goarch: riscv64
2729
env:

0 commit comments

Comments
 (0)