diff --git a/README.md b/README.md index e10d8c4a..4f41f9b0 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ A utility to fetch or build patched Node binaries used by [pkg](https://github.c | Node | Platform | Architectures | Minimum OS version | | --------------------------------------------------------------------------------- | ----------- | ------------------------- | --------------------------------------------------------------------------------- | -| 8[1](#fn1), 10[1](#fn1), 12, 14, 16, 17[2](#fn2) | alpine | x64, arm64 | 3.7.3, other distros with musl libc >= 1.1.18 | -| 8[1](#fn1), 10[1](#fn1), 12, 14, 16, 17[2](#fn2) | linux | x64 | Enterprise Linux 7, Ubuntu 14.04, Debian jessie, other distros with glibc >= 2.17 | -| 8[1](#fn1), 10[1](#fn1), 12, 14, 16, 17[2](#fn2) | linux | arm64 | Enterprise Linux 8, Ubuntu 18.04, Debian buster, other distros with glibc >= 2.27 | -| 8[1](#fn1), 10[1](#fn1), 12, 14, 16, 17[2](#fn2) | linuxstatic | x64, arm64 | Any distro with Linux Kernel >= 2.6.32 (>= 3.10 strongly recommended) | -| 16, 17[2](#fn2) | linuxstatic | armv7[2](#fn2) | Any distro with Linux Kernel >= 2.6.32 (>= 3.10 strongly recommended) | -| 8[1](#fn1), 10[1](#fn1), 12, 14, 16, 17[2](#fn2) | macos | x64 | 10.13 | -| 14, 16, 17[2](#fn2) | macos | arm64[3](#fn3) | 11.0 | -| 8[1](#fn1), 10[1](#fn1), 12, 14, 16, 17[2](#fn2) | win | x64 | 8.1 | -| 14, 16, 17[2](#fn2) | win | arm64 | 10 | +| 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 | [1]: end-of-life, may be removed in the next major release.