From 23f35021ae6ea849241e55a5bc5e6f690b6f587c Mon Sep 17 00:00:00 2001
From: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Date: Mon, 4 Nov 2024 09:07:44 -0300
Subject: [PATCH] docs: update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
---
 www/docs/cmd/goreleaser_build.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/docs/cmd/goreleaser_build.md b/www/docs/cmd/goreleaser_build.md
index dace195da..417305d3f 100644
--- a/www/docs/cmd/goreleaser_build.md
+++ b/www/docs/cmd/goreleaser_build.md
@@ -10,7 +10,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.
 
-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.
 
 
 ```