1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-16 03:52:12 +02:00

Update goreleaser.example.yml

This commit is contained in:
Carlos Alexandro Becker 2017-01-15 15:54:53 -02:00 committed by GitHub
parent 8ab3e4c66f
commit 04aad95495

View File

@ -12,12 +12,14 @@ build:
ldflags: -s -w
# GOOS list to build in.
# For more info refer to https://golang.org/doc/install/source#environment
# Defaults are darwin and linux
goos:
- freebsd
- windows
# GOARCH to build in.
# For more info refer to https://golang.org/doc/install/source#environment
# Defaults are 386 and amd64
goarch:
- amd64