Skip to content

Commit 1418d9b

Browse files
refackevanlucas
authored andcommitted
meta: 32 bit linux is experimental
PR-URL: #16723 Refs: nodejs/build#885 Refs: nodejs/nodejs.org#1446 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 75c1788 commit 1418d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILDING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ in production.
3939

4040
| System | Support type | Version | Architectures | Notes |
4141
|--------------|--------------|----------------------------------|----------------------|------------------|
42-
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x86, x64, arm, arm64 | |
42+
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm, arm64 | |
4343
| macOS | Tier 1 | >= 10.10 | x64 | |
4444
| Windows | Tier 1 | >= Windows 7 / 2008 R2 | x86, x64 | vs2017 |
4545
| SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |
@@ -48,6 +48,7 @@ in production.
4848
| AIX | Tier 2 | >= 7.1 TL04 | ppc64be >=power7 | |
4949
| GNU/Linux | Tier 2 | kernel >= 3.10, glibc >= 2.17 | s390x | |
5050
| macOS | Experimental | >= 10.8 < 10.10 | x64 | no test coverage |
51+
| GNU/Linux | Experimental | kernel >= 2.6.32, glibc >= 2.12 | x86 | limited CI |
5152
| Linux (musl) | Experimental | musl >= 1.0 | x64 | |
5253

5354
note1 - The gcc4.8-libs package needs to be installed, because node

0 commit comments

Comments
 (0)