1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-22 04:08:49 +02:00

docs: improve goamd64 docs

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2022-04-15 23:26:15 -03:00
parent 21df724a1e
commit d513b708d0
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -114,7 +114,8 @@ builds:
goarch: arm
goarm: 7
- goarm: mips64
gomips: hardfloat
- gomips: hardfloat
- goamd64: v4
# Optionally override the matrix generation and specify only the final list of targets.
# Format is `{goos}_{goarch}` with optionally a suffix with `_{goarm}`, `_{goamd64}` or `_{gomips}`.
@ -364,7 +365,7 @@ builds:
builder: prebuilt
# When builder is `prebuilt` there are no defaults for goos, goarch,
# goarm, gomips and targets.
# goarm, gomips, goamd64 and targets.
goos:
- linux
- darwin