Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Aug 1, 2022
1 parent a31b4aa commit 2096b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/cmd/goreleaser_build.md
Expand Up @@ -23,10 +23,10 @@ goreleaser build [flags]
-f, --config string Load configuration from file
-h, --help help for build
--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)
-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 configuration 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
--single-target Builds only for current GOOS and GOARCH, regardless of what's set in the configuration file
--skip-after Skips global after hooks
--skip-before Skips global before hooks
--skip-post-hooks Skips all post-build hooks
Expand Down

0 comments on commit 2096b56

Please sign in to comment.