From: Santiago De la Cruz <51337247+xhit@users.noreply.github.com> Date: Thu, 27 Aug 2020 04:00:59 +0000 (+0000) Subject: doc: add linux/riscv64 valid combination X-Git-Tag: go1.16beta1~1171 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3b6c812f3defa90bfd7dbddf24bc6135adc5a7eb;p=gostls13.git doc: add linux/riscv64 valid combination Mention valid combination GOOS=linux and GOARCH=riscv64 in the "Installing Go from source" document. Updates #27532 Change-Id: I8c1406087132f5c82a2eee5dbcda95d53c64d263 GitHub-Last-Rev: ee74ff9517bd428b75400956d5b7f774ff800ae5 GitHub-Pull-Request: golang/go#41063 Reviewed-on: https://go-review.googlesource.com/c/go/+/250997 Reviewed-by: Tobias Klauser --- 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