aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/install/source.html
diff options
context:
space:
mode:
authorkovan <xaum.io@gmail.com>2026-02-17 02:30:04 +0100
committerGopher Robot <gobot@golang.org>2026-03-18 15:03:20 -0700
commit3e7a36915b2fd47cc8655929bc341423b8410ddf (patch)
tree9c339df61a8c8629ba853a7128b4a80ded99beb1 /_content/doc/install/source.html
parentb3d233d1e88510a98e9b75543655b72c03614422 (diff)
downloadgo-x-website-3e7a36915b2fd47cc8655929bc341423b8410ddf.tar.xz
doc/install/source: document GOARM64 environment variable
Add GOARM64 documentation following the pattern of GOAMD64, linking to the MinimumRequirements wiki page for allowed options. Fixes golang/go#77219 Change-Id: Ibac873846010e4fd7e6b28bcfa9f140926292399 Reviewed-on: https://go-review.googlesource.com/c/website/+/741420 Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang.org> Auto-Submit: Keith Randall <khr@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to '_content/doc/install/source.html')
-rw-r--r--_content/doc/install/source.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_content/doc/install/source.html b/_content/doc/install/source.html
index 6e6040c3..f8a878ed 100644
--- a/_content/doc/install/source.html
+++ b/_content/doc/install/source.html
@@ -689,6 +689,15 @@ contains further details regarding Go's ARM support.
</p>
</li>
+<li><code>$GOARM64</code> (for <code>arm64</code> only;
+default is <code>v8.0</code>)
+<p>
+This sets the ARM64 architecture version for which to compile.
+See <a href="/wiki/MinimumRequirements#arm64">the Go wiki
+MinimumRequirements page</a> for allowed options.
+</p>
+</li>
+
<li><code>$GOAMD64</code> (for <code>amd64</code> only;
default is <code>v1</code>)
<p>