Skip to content

Commit 3b6c812

Browse files
xhittklauser
authored andcommitted
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: ee74ff9 GitHub-Pull-Request: #41063 Reviewed-on: https://go-review.googlesource.com/c/go/+/250997 Reviewed-by: Tobias Klauser <[email protected]>
1 parent 18ea6f5 commit 3b6c812

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/install-source.html

+3
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,9 @@ <h2 id="environment">Optional environment variables</h2>
600600
<td></td><td><code>linux</code></td> <td><code>mips64le</code></td>
601601
</tr>
602602
<tr>
603+
<td></td><td><code>linux</code></td> <td><code>riscv64</code></td>
604+
</tr>
605+
<tr>
603606
<td></td><td><code>linux</code></td> <td><code>s390x</code></td>
604607
</tr>
605608
<tr>

0 commit comments

Comments
 (0)