From 0fbade38efda86443d56892654f305a8cb663dfd Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Fri, 20 Nov 2020 11:59:34 +0000 Subject: [PATCH] doc: add arm64 macOS as experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/36189 Refs: https://github.com/nodejs/build/issues/2474 Reviewed-By: Michaƫl Zasso Reviewed-By: Ash Cripps Reviewed-By: David Carlier Reviewed-By: Rich Trott Reviewed-By: James M Snell Reviewed-By: Pranshu Srivastava Reviewed-By: Matteo Collina --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index 6452e3ebd780fa..1d26ec520a8f7d 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 [7](#fn7) |