Skip to content

Commit 5a1437c

Browse files
gibfahnMylesBorins
authored andcommitted
build: update arm64 minimum supported platform
This is already true in practice. PR-URL: #19164 Fixes: nodejs/build#1164 Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 27754c5 commit 5a1437c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILDING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ in production.
3939

4040
| System | Support type | Version | Architectures | Notes |
4141
|--------------|--------------|----------------------------------|----------------------|------------------|
42-
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm, arm64 | |
42+
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm | |
43+
| GNU/Linux | Tier 1 | kernel >= 3.10, glibc >= 2.17 | arm64 | |
4344
| macOS | Tier 1 | >= 10.10 | x64 | |
4445
| Windows | Tier 1 | >= Windows 7/2008 R2 | x86, x64 | vs2017 |
4546
| SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |

0 commit comments

Comments
 (0)