Skip to content

Commit 838b233

Browse files
Merge pull request #38 from colindean/patch-1
Adds archive format override for Windows to use ZIP
2 parents 8cc0dcc + 2bfacc4 commit 838b233

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,11 @@ builds:
1717
- goos: darwin
1818
goarch: 386
1919
- goos: windows
20-
goarch: arm
20+
goarch: arm
21+
22+
archives:
23+
-
24+
format: tar.gz
25+
format_overrides:
26+
- goos: windows
27+
format: zip

0 commit comments

Comments
 (0)