1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

docs: link to example repo

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2022-05-04 10:47:25 -03:00
parent a51fd7bd8f
commit 362491ce05
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -441,3 +441,5 @@ There is no difference in how the binaries are handled.
When using the `prebuilt` binary, there are no defaults for `goos`, When using the `prebuilt` binary, there are no defaults for `goos`,
`goarch`, `goarm`, `gomips` and `goamd64`. `goarch`, `goarm`, `gomips` and `goamd64`.
You'll need to either provide them or the final `targets` matrix. You'll need to either provide them or the final `targets` matrix.
If you'd like to see this in action, check [this example on GitHub](https://github.com/caarlos0/goreleaser-pro-prebuilt-example).