Skip to content

Commit

Permalink
doc: add linux/riscv64 valid combination
Browse files Browse the repository at this point in the history
Mention valid combination GOOS=linux and GOARCH=riscv64
in the "Installing Go from source" document.

Updates #27532

Change-Id: I8c1406087132f5c82a2eee5dbcda95d53c64d263
GitHub-Last-Rev: ee74ff9
GitHub-Pull-Request: #41063
Reviewed-on: https://go-review.googlesource.com/c/go/+/250997
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
  • Loading branch information
xhit authored and tklauser committed Aug 28, 2020
1 parent 18ea6f5 commit 3b6c812
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/install-source.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,9 @@ <h2 id="environment">Optional environment variables</h2>
<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>
Expand Down

0 comments on commit 3b6c812

Please sign in to comment.