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
  • Loading branch information
xhit authored Aug 27, 2020
1 parent e9ad52e commit ee74ff9
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 ee74ff9

Please sign in to comment.