From 2096b5687adad178782d6042ec6ba9784ff0c858 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Mon, 1 Aug 2022 16:14:18 -0300 Subject: [PATCH] docs: update Signed-off-by: Carlos A Becker --- www/docs/cmd/goreleaser_build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/docs/cmd/goreleaser_build.md b/www/docs/cmd/goreleaser_build.md index 2f2c97be91e..ddf0dd91e9f 100644 --- a/www/docs/cmd/goreleaser_build.md +++ b/www/docs/cmd/goreleaser_build.md @@ -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