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:
parent
8b3a17121b
commit
c1c51c5005
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user