From 07c194f28a570002ea5b69f1be7e544557afb0da Mon Sep 17 00:00:00 2001 From: StefanStojanovic Date: Thu, 23 Mar 2023 12:02:53 +0100 Subject: [PATCH] doc: make win arm64 tier 2 platform Refs: https://github.com/nodejs/node/pull/45943 Refs: https://github.com/nodejs/node/pull/47020 Refs: https://github.com/nodejs/build/issues/3046 Refs: https://github.com/nodejs/build/pull/3246 Refs: https://github.com/nodejs/build/pull/3250 Refs: https://github.com/nodejs/build/pull/3211 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 82a01ac0aeeef1..238e6e650a3bbd 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -113,7 +113,7 @@ platforms. This is true regardless of entries in the table below. | Windows | x64, x86 (WoW64) | >= Windows 10/Server 2016 | Tier 1 | [^2],[^3] | | Windows | x86 (native) | >= Windows 10/Server 2016 | Tier 1 (running) / Experimental (compiling)[^4] | | | Windows | x64, x86 | Windows 8.1/Server 2012 | Experimental | | -| Windows | arm64 | >= Windows 10 | Tier 2 (compiling) / Experimental (running) | | +| Windows | arm64 | >= Windows 10 | Tier 2 | | | macOS | x64 | >= 10.15 | Tier 1 | For notes about compilation see [^5] | | macOS | arm64 | >= 11 | Tier 1 | | | SmartOS | x64 | >= 18 | Tier 2 | |