Skip to content

Commit c01795b

Browse files
committed
chore(goreleaser): Disable Windows armv7 build
1 parent 4e3a897 commit c01795b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ builds:
2323
goarm:
2424
- "7"
2525
mod_timestamp: "{{.CommitTimestamp}}"
26+
ignore:
27+
- goos: windows
28+
goarch: arm
29+
goarm: 7
2630
archives:
2731
- formats: tar.gz
2832
# use zip for windows archives

0 commit comments

Comments
 (0)