Adds archive format override for Windows to use ZIP

This is based on the [Hugo goreleaser][1] configuration.

[1]: https://github.com/gohugoio/hugo/blob/master/goreleaser.yml
This commit is contained in:
Colin Dean 2021-12-13 00:01:26 -05:00 committed by GitHub
parent 316364b7e7
commit 2bfacc4252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,4 +17,11 @@ builds:
- goos: darwin
goarch: 386
- goos: windows
goarch: arm
goarch: arm
archives:
-
format: tar.gz
format_overrides:
- goos: windows
format: zip