@@ -110,7 +110,7 @@ platforms. This is true regardless of entries in the table below.
110
110
| GNU/Linux | x64 | kernel >= 3.10, musl >= 1.1.19 | Experimental | e.g. Alpine 3.8 |
111
111
| GNU/Linux | x86 | kernel >= 3.10, glibc >= 2.17 | Experimental | Downgraded as of Node.js 10 |
112
112
| GNU/Linux | arm64 | kernel >= 4.18[ ^ 1 ] , glibc >= 2.28 | Tier 1 | e.g. Ubuntu 20.04, Debian 10, RHEL 8 |
113
- | GNU/Linux | armv7 | kernel >= 4.18[ ^ 1 ] , glibc >= 2.28 | Tier 1 | e.g. Ubuntu 22.04, Debian 12 |
113
+ | GNU/Linux | armv7 | kernel >= 4.18[ ^ 1 ] , glibc >= 2.28 | Experimental | Downgraded as of Node.js 24 |
114
114
| GNU/Linux | armv6 | kernel >= 4.14, glibc >= 2.24 | Experimental | Downgraded as of Node.js 12 |
115
115
| GNU/Linux | ppc64le >=power8 | kernel >= 4.18[ ^ 1 ] , glibc >= 2.28 | Tier 2 | e.g. Ubuntu 20.04, RHEL 8 |
116
116
| GNU/Linux | s390x | kernel >= 4.18[ ^ 1 ] , glibc >= 2.28 | Tier 2 | e.g. RHEL 8 |
@@ -168,7 +168,6 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
168
168
| darwin-x64 | macOS 13, Xcode 16 with -mmacosx-version-min=13.5 |
169
169
| darwin-arm64 (and .pkg) | macOS 13 (arm64), Xcode 16 with -mmacosx-version-min=13.5 |
170
170
| linux-arm64 | RHEL 8 with gcc-toolset-12[ ^ 6 ] |
171
- | linux-armv7l | Cross-compiled on RHEL 9 x64 with a [ custom GCC toolchain] ( https://github.com/rvagg/rpi-newer-crosstools ) [ ^ 7 ] |
172
171
| linux-ppc64le | RHEL 8 with gcc-toolset-12[ ^ 6 ] |
173
172
| linux-s390x | RHEL 8 with gcc-toolset-12[ ^ 6 ] |
174
173
| linux-x64 | RHEL 8 with gcc-toolset-12[ ^ 6 ] |
@@ -185,11 +184,6 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
185
184
distributions natively supporting GCC 8.1 or higher, such as Debian 10,
186
185
RHEL 8 and Ubuntu 20.04.
187
186
188
- [ ^ 7 ] : Binaries produced on these systems are compatible with glibc >= 2.28
189
- and libstdc++ >= 6.0.30 (` GLIBCXX_3.4.30 ` ). These are available on
190
- distributions natively supporting GCC 12.1 or higher, such as Debian 12,
191
- Ubuntu 22.04.
192
-
193
187
<!-- lint enable final-definition-->
194
188
195
189
#### OpenSSL asm support
0 commit comments