From 0fa2a1990b0d05e778933ae162cef18e4cf61d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Baranovi=C4=8D?= Date: Fri, 25 Oct 2024 11:14:17 +0200 Subject: [PATCH] README.md: Update list of built versions and glibc requirement. --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 723813ef..b71a006f 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,19 @@ A utility to fetch or build patched Node binaries used by [pkg](https://github.c ## Binary Compatibility -| Node | Platform | Architectures | Minimum OS version | -| --------------------------------------------------------------------------------- | ----------- | ------------------------- | --------------------------------------------------------------------------------- | -| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14, 16, 18 | alpine | x64, arm64 | 3.7.3, other distros with musl libc >= 1.1.18 | -| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14, 16, 18 | linux | x64 | Enterprise Linux 7, Ubuntu 14.04, Debian jessie, other distros with glibc >= 2.17 | -| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14, 16, 18 | linux | arm64 | Enterprise Linux 8, Ubuntu 18.04, Debian buster, other distros with glibc >= 2.27 | -| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14, 16, 18 | linuxstatic | x64, arm64 | Any distro with Linux Kernel >= 2.6.32 (>= 3.10 strongly recommended) | -| 16, 18 | linuxstatic | armv7[2](#fn2) | Any distro with Linux Kernel >= 2.6.32 (>= 3.10 strongly recommended) | -| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14, 16, 18 | macos | x64 | 10.13 | -| 14, 16, 18 | macos | arm64[3](#fn3) | 11.0 | -| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14, 16, 18 | win | x64 | 8.1 | -| 14, 16, 18 | win | arm64 | 10 | +| Node | Platform | Architectures | Minimum OS version | +| --------------------------------------------------------------------------------------------------------------------------------- | ----------- | ------------------------- | ----------------------------------------------------------------------------------- | +| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14[1](#fn1), 16[1](#fn1), 18, 20, 22 | alpine | x64, arm64 | 3.7.3, other distros with musl libc >= 1.1.18 | +| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14[1](#fn1), 16[1](#fn1) | linux | x64 | Enterprise Linux 7, Ubuntu 14.04, Debian jessie, other distros with glibc >= 2.17 | +| 18, 20, 22 | linux | x64 | Enterprise Linux 8, Ubuntu 20.04, Debian buster, other distros with glibc >= 2.28 | +| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14[1](#fn1), 16[1](#fn1) | linux | arm64 | Enterprise Linux 8, Ubuntu 18.04, Debian buster, other distros with glibc >= 2.27 | +| 18, 20, 22 | linux | arm64 | Enterprise Linux 9, Ubuntu 20.04, Debian bullseye, other distros with glibc >= 2.31 | +| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14[1](#fn1), 16[1](#fn1), 18, 20, 22 | linuxstatic | x64, arm64 | Any distro with Linux Kernel >= 2.6.32 (>= 3.10 strongly recommended) | +| 16[1](#fn1), 18, 20, 22 | linuxstatic | armv7[2](#fn2) | Any distro with Linux Kernel >= 2.6.32 (>= 3.10 strongly recommended) | +| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14[1](#fn1), 16[1](#fn1), 18, 20, 22 | macos | x64 | 10.13 | +| 14[1](#fn1), 16[1](#fn1), 18, 20, 22 | macos | arm64[3](#fn3) | 11.0 | +| 8[1](#fn1), 10[1](#fn1), 12[1](#fn1), 14[1](#fn1), 16[1](#fn1), 18, 20, 22 | win | x64 | 8.1 | +| 14[1](#fn1), 16[1](#fn1), 18, 20, 22 | win | arm64 | 10 | [1]: end-of-life, may be removed in the next major release.