goreleaser b
Builds the current project
Options
Name | Description |
---|---|
--clean | Remove the dist folder before building |
--config, -f <config> | Load configuration from file |
--deprecated | Force print the deprecation message - tests only |
--id <id> |
|
--output, -o <output> | 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) |
--parallelism, -p <parallelism> | 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, regardless of what's set in the configuration file |
--skip-before | Skips global before hooks |
--skip-post-hooks | Skips all post-build hooks |
--skip-validate | Skips several sanity checks |
--snapshot | Generate an unversioned snapshot build, skipping all validations |
--timeout <timeout> | Timeout to the entire build process |