]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add linux/riscv64 valid combination
authorSantiago De la Cruz <51337247+xhit@users.noreply.github.com>
Thu, 27 Aug 2020 04:00:59 +0000 (04:00 +0000)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 28 Aug 2020 08:12:25 +0000 (08:12 +0000)
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 <tobias.klauser@gmail.com>
doc/install-source.html

index f8cda1dc21114092f8eb6c8f29078f28ae65e4fe..cbf4eac70b0ceb5d922541d547bc11e308c52965 100644 (file)
@@ -600,6 +600,9 @@ The valid combinations of <code>$GOOS</code> and <code>$GOARCH</code> are:
 <td></td><td><code>linux</code></td> <td><code>mips64le</code></td>
 </tr>
 <tr>
+<td></td><td><code>linux</code></td> <td><code>riscv64</code></td>
+</tr>
+<tr>
 <td></td><td><code>linux</code></td> <td><code>s390x</code></td>
 </tr>
 <tr>