Skip to content

Commit

Permalink
_content/doc/articles/race_detector: document linux/s390x support
Browse files Browse the repository at this point in the history
Support for linux/s390x was added in Go 1.19.

Change-Id: I939601ad707da5d6a81ba85662b1ed37b0feccbb
GitHub-Last-Rev: 837e2a8
GitHub-Pull-Request: #262
Reviewed-on: https://go-review.googlesource.com/c/website/+/544477
Reviewed-by: Cherry Mui <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
  • Loading branch information
mauri870 authored and cherrymui committed Dec 8, 2023
1 parent 0a7f378 commit fc3ac59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _content/doc/articles/race_detector.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,10 @@ <h2 id="Requirements">Requirements</h2>
systems requires an installed C compiler.
The race detector supports
<code>linux/amd64</code>, <code>linux/ppc64le</code>,
<code>linux/arm64</code>, <code>freebsd/amd64</code>,
<code>netbsd/amd64</code>, <code>darwin/amd64</code>,
<code>darwin/arm64</code>, and <code>windows/amd64</code>.
<code>linux/arm64</code>, <code>linux/s390x</code>,
<code>freebsd/amd64</code>, <code>netbsd/amd64</code>,
<code>darwin/amd64</code>, <code>darwin/arm64</code>,
and <code>windows/amd64</code>.
</p>

<p>
Expand Down

0 comments on commit fc3ac59

Please sign in to comment.