diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html index 6defd98f96..2f18acfbfb 100644 --- a/doc/articles/race_detector.html +++ b/doc/articles/race_detector.html @@ -377,8 +377,11 @@ func (w *Watchdog) Start() {
-The race detector runs on darwin/amd64
, freebsd/amd64
,
-linux/amd64
, and windows/amd64
.
+ The race detector runs on
+ linux/amd64
, linux/ppc64le
,
+ linux/arm64
, freebsd/amd64
,
+ netbsd/amd64
, darwin/amd64
,
+ and windows/amd64
.