1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-11 14:39:28 +02:00

docs: improve depracation warn

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-02-18 14:56:46 -03:00
parent 901af74caf
commit 424f00f8aa

View File

@ -21,7 +21,7 @@ goreleaser check
Since Go 1.16, `darwin/arm64` is macOS on Apple Silicon instead of `iOS`.
Prior to v0.156.0, GoReleaser would just ignore this target, but since on Go 1.16 it is a valid target, it will
Prior to v0.156.0, GoReleaser would just ignore this target, but since in Go 1.16 it is a valid target, GoReleaser will
now build it if the Go version being used is 1.16.
If you want to make sure it is ignored in the future, you need to add this to your build config:
@ -32,6 +32,8 @@ ignore:
goarch: arm64
```
If you try to use new versions of GoReleaser with Go 1.15, it will warn about it until this deprecation warning expires.
### docker.builds
> since 2021-01-07 (v0.154.0)