1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-03 00:57:43 +02:00

docs: update

This commit is contained in:
Carlos Alexandro Becker
2024-11-04 09:06:38 -03:00
parent 2cbb4303d3
commit 2a892f29aa
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ Its intended usage is, for example, within Makefiles to avoid setting up ldflags
It also allows you to generate a local build for your current machine only using the ` + "`--single-target`" + ` option, and specific build IDs using the ` + "`--id`" + ` option in case you have more than one. It also allows you to generate a local build for your current machine only using the ` + "`--single-target`" + ` option, and specific build IDs using the ` + "`--id`" + ` option in case you have more than one.
When using ` + "`--single-target`" + `, the ` + "`GOOS`, `GOARCH`, `GOARM`, `GOAMD64`, and `GOMIPS`" + ` environment variables are used to determine the target, defaulting to the current machine target if not set. When using ` + "`--single-target`" + `, the ` + "`GOOS`, `GOARCH`, `GOARM`, `GOAMD64`, `GOARM64`, `GORISCV64`, `GO386`, `GOPPC64`, and `GOMIPS`" + ` environment variables are used to determine the target, defaulting to the current machine target if not set.
`, `,
SilenceUsage: true, SilenceUsage: true,
SilenceErrors: true, SilenceErrors: true,

View File

@ -34,8 +34,8 @@ New release coming in hot!
artifacts. (only on [pro][]) artifacts. (only on [pro][])
- **new**: `dmgs` get an `templated_extra_files` field. (only on [pro][]) - **new**: `dmgs` get an `templated_extra_files` field. (only on [pro][])
- **new**: `kos` gets support for setting annotations and user. - **new**: `kos` gets support for setting annotations and user.
- **new**: support for `GO386`, `GOMIPS64`, `GORISCV64`, and `GOPPC64`, as well - **new**: support for `GO386`, `GOARM64`, `GOMIPS64`, `GORISCV64`, and
as new template variables for each. `GOPPC64`, as well as new template variables for each of them.
- **new**: [experimental][] change of default `GOARM` to `7` instead of `6`. - **new**: [experimental][] change of default `GOARM` to `7` instead of `6`.
- **new**: we are testing using [Dagger][] to run our test pipeline. Thanks to - **new**: we are testing using [Dagger][] to run our test pipeline. Thanks to
the Dagger team for working on it, especially Kyle, Lev, and Marcos. the Dagger team for working on it, especially Kyle, Lev, and Marcos.