1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

docs: update

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-07-04 10:05:15 -03:00
parent 16a2a25936
commit 71283cc274
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -22,7 +22,7 @@ goreleaser build [flags]
```
-f, --config string Load configuration from file
-h, --help help for build
--id string Builds only the specified build id
--id stringArray Builds only the specified build ids
-o, --output string Copy the binary to the path after the build. Only taken 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