diff --git a/doc/install-source.html b/doc/install-source.html index d120f7d6f2..5a9c84c22b 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -471,8 +471,9 @@ Choices for $GOARCH are amd64 (64-bit x86, the most mature port), 386 (32-bit x86), arm (32-bit ARM), arm64 (64-bit ARM), ppc64le (PowerPC 64-bit, little-endian), ppc64 (PowerPC 64-bit, big-endian), -mips64le (MIPS 64-bit, little-endian), and mips64 (MIPS 64-bit, big-endian). -mipsle (MIPS 32-bit, little-endian), and mips (MIPS 32-bit, big-endian). +mips64le (MIPS 64-bit, little-endian), mips64 (MIPS 64-bit, big-endian), +mipsle (MIPS 32-bit, little-endian), mips (MIPS 32-bit, big-endian), and +s390x (IBM System z 64-bit, big-endian). The valid combinations of $GOOS and $GOARCH are: @@ -536,6 +537,9 @@ The valid combinations of $GOOS and $GOARCH are: + + +
linux mips64le
linux s390x
netbsd 386