diff options
author | Richard Lau <rlau@redhat.com> | 2020-11-20 11:59:34 +0000 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2020-11-22 04:59:27 -0800 |
commit | 62a56264f618239479088d59e532828d46adccf0 (patch) | |
tree | e792cb007e9c063a769750bf5db5c54691650767 /BUILDING.md | |
parent | 77364b04565415fddad38a66347aa1c231c0b949 (diff) | |
download | node-new-62a56264f618239479088d59e532828d46adccf0.tar.gz |
doc: add arm64 macOS as experimental
PR-URL: https://github.com/nodejs/node/pull/36189
Refs: https://github.com/nodejs/build/issues/2474
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Ash Cripps <acripps@redhat.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Pranshu Srivastava <rexagod@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r-- | BUILDING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md index 6452e3ebd7..1d26ec520a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -113,6 +113,7 @@ platforms. This is true regardless of entries in the table below. | Windows | x64, x86 | Windows Server 2012 (not R2) | Experimental | | | Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | | | macOS | x64 | >= 10.13 | Tier 1 | | +| macOS | arm64 | >= 11 | Experimental | | | SmartOS | x64 | >= 18 | Tier 2 | | | AIX | ppc64be >=power7 | >= 7.2 TL02 | Tier 2 | | | FreeBSD | x64 | >= 11 | Experimental | Downgraded as of Node.js 12 <sup>[7](#fn7)</sup> | |