1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

also build for windows and arm

This commit is contained in:
Carlos Alexandro Becker 2017-04-21 16:23:43 -03:00
parent 8b3a17121b
commit c1c51c5005
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,5 +1,18 @@
build:
main: ./cmd/goreleaser/main.go
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
archive:
format_overrides:
- goos: windows
format: zip
brew:
github:
owner: goreleaser