From d513b708d0527903d8c852af1fa42cbb1b1983ec Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Fri, 15 Apr 2022 23:26:15 -0300 Subject: [PATCH] docs: improve goamd64 docs Signed-off-by: Carlos A Becker --- www/docs/customization/build.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/docs/customization/build.md b/www/docs/customization/build.md index f5f9db50d..128334cee 100644 --- a/www/docs/customization/build.md +++ b/www/docs/customization/build.md @@ -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