1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-22 04:08:49 +02:00

docs: fix list

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-09-11 15:02:36 -03:00
parent 315c805efc
commit b542041df4
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -321,6 +321,7 @@ To make your releases, checksums, and signatures reproducible, you will need to
Since GoReleaser Pro v0.179.0, it is possible to import pre-built binaries into the GoReleaser lifecycle.
Reasons you might want to do that include:
- You want to build your binaries in different machines due to CGO
- You want to build using a pre-existing `Makefile` or other tool
- You want to speed up the build by running several builds in parallel in different machines