mirror of
https://github.com/cooperspencer/gickup.git
synced 2025-05-11 01:35:35 +02:00
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:
parent
316364b7e7
commit
2bfacc4252
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue