Skip to content

Commit 2295cc7

Browse files
committed
chore(goreleaser): Disable Windows armv6 and armv7 builds
1 parent 7b27518 commit 2295cc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ builds:
2424
- "6"
2525
- "7"
2626
mod_timestamp: "{{.CommitTimestamp}}"
27+
ignore:
28+
- goos: windows
29+
goarch: arm
2730
archives:
2831
- formats: tar.gz
2932
# use zip for windows archives

0 commit comments

Comments
 (0)