1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: update

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2022-02-06 22:09:31 -03:00
parent 456f8aa2b1
commit 3426d04837
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -30,6 +30,7 @@ goreleaser build [flags]
-f, --config string Load configuration from file
-h, --help help for build
--id string Builds only the specified build id
-o, --output string Path to the binary, defaults to the distribution folder according to configs. Only taked into account when using --single-target and a single id (either with --id or if config only has one build)
-p, --parallelism int Amount tasks to run concurrently (default: number of CPUs)
--rm-dist Remove the dist folder before building
--single-target Builds only for current GOOS and GOARCH