From ee74ff9517bd428b75400956d5b7f774ff800ae5 Mon Sep 17 00:00:00 2001 From: Santiago De la Cruz <51337247+xhit@users.noreply.github.com> Date: Wed, 26 Aug 2020 23:53:55 -0400 Subject: [PATCH] doc: Add linux/riscv64 valid combination Mention valid combination GOOS=linux and GOARCH=riscv64 in the "Installing Go from source" document. Updates #27532 --- doc/install-source.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/install-source.html b/doc/install-source.html index f8cda1dc21..cbf4eac70b 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -600,6 +600,9 @@ The valid combinations of $GOOS and $GOARCH are: linux mips64le +linux riscv64 + + linux s390x