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

added invalid goos/goarch info to readme

This commit is contained in:
Carlos Alexandro Becker 2017-04-21 13:11:01 -03:00
parent ef9f42d36c
commit 199cfb2eba
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -67,6 +67,8 @@ build:
- amd64
```
PS: Invalid GOOS/GOARCH combinations will automatically be skipped.
This configuration specifies the build operating systems to Windows, Linux and MacOS using 64bit architecture, the name of the binaries is `drum-roll`.
GoReleaser will then archive the result binaries of each Os/Arch into a separate file. The default format is `{{.Binary}}_{{.Os}}_{{.Arch}}`.