mirror of
https://github.com/cooperspencer/gickup
synced 2024-11-08 12:09:18 +01:00
2bfacc4252
This is based on the [Hugo goreleaser][1] configuration. [1]: https://github.com/gohugoio/hugo/blob/master/goreleaser.yml
28 lines
371 B
YAML
28 lines
371 B
YAML
builds:
|
|
-
|
|
goos:
|
|
- freebsd
|
|
- windows
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- arm
|
|
- arm64
|
|
- 386
|
|
goarm:
|
|
- 6
|
|
- 7
|
|
ignore:
|
|
- goos: darwin
|
|
goarch: 386
|
|
- goos: windows
|
|
goarch: arm
|
|
|
|
archives:
|
|
-
|
|
format: tar.gz
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|