Skip to content

Commit 6afabe2

Browse files
committed
doc/go1.14: document that Go 1.14 is likely last to support darwin/arm
Fixes #34751 Change-Id: I5ae1bb2bfddaa05245b364556d2b999b158a4cc4 Reviewed-on: https://go-review.googlesource.com/c/go/+/203879 Reviewed-by: Bryan C. Mills <[email protected]>
1 parent 5c6db9a commit 6afabe2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: doc/go1.14.html

+8
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ <h3 id="darwin">Darwin</h3>
5656
Go 1.14 is the last Go release to support 32-bit binaries on
5757
macOS (the <code>darwin/386</code> port). They are no longer
5858
supported by macOS, starting with macOS 10.15 (Catalina).
59+
Go continues to support the 64-bit <code>darwin/amd64</code> port.
60+
</p>
61+
62+
<p><!-- golang.org/issue/34751 -->
63+
Go 1.14 will likely be the last Go release to support 32-bit
64+
binaries on iOS, iPadOS, watchOS, and tvOS
65+
(the <code>darwin/arm</code> port). Go continues to support the
66+
64-bit <code>darwin/arm64</code> port.
5967
</p>
6068

6169
<h3 id="nacl">Native Client (NaCl)</h3>

0 commit comments

Comments
 (0)