Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rienstra <mrienstra@gmail.com>2021-09-15 20:13:50 +0300
committerRichard Lau <rlau@redhat.com>2021-11-25 20:16:04 +0300
commit92490d1c89b618adb0c244dea758aae857a21469 (patch)
tree5e52332266434ab994401d20a16b7ac49cb4fbf9 /BUILDING.md
parentdf401cd346ed6d794c7e109a13e4d036d77eec3b (diff)
doc: add macOS arm64 experimental status
PR-URL: https://github.com/nodejs/node/pull/40127 Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 90902c541c4..3e5f17410b0 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -114,6 +114,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.11 | 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> |