summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorStefan Stojanovic <StefanStojanovic@users.noreply.github.com>2023-03-30 17:16:12 +0200
committerGitHub <noreply@github.com>2023-03-30 15:16:12 +0000
commitdad0b072c576033a146994980df6ba99fb5f2f30 (patch)
tree3261c1521f8f7153be4a1d3fcf7d15ac2f4dde24 /BUILDING.md
parent04cfb8209d32c8a4141ed61bf7423b423282512f (diff)
downloadnode-new-dad0b072c576033a146994980df6ba99fb5f2f30.tar.gz
doc: make win arm64 tier 2 platform
Refs: https://github.com/nodejs/build/issues/3046 Refs: https://github.com/nodejs/build/issues/2540 Fixes: https://github.com/nodejs/node/issues/25998 PR-URL: https://github.com/nodejs/node/pull/47233 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 82a01ac0ae..238e6e650a 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 | |