From 76bb25262e4d1cf3bc076559547884c887228c42 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 10 Mar 2020 21:22:30 +0000 Subject: [PATCH] Docs: ARM64/RHEL7 prebuilt binaries changelog entry --- docs/changelog.md | 5 +++++ docs/install.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 2ca4272b..d07cf8e4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,9 +6,14 @@ Requires libvips v8.9.1 ### v0.25.2 - TBD +* Provide prebuilt binaries for Linux ARM64v8. + * Ensure input options are consistently and correctly detected. [#2118](https://github.com/lovell/sharp/issues/2118) +* Ensure N-API prebuilt binaries work on RHEL7 and its derivatives. + [#2119](https://github.com/lovell/sharp/issues/2119) + ### v0.25.1 - 7th March 2020 * Ensure prebuilt binaries are fetched based on N-API version. diff --git a/docs/install.md b/docs/install.md index 8508f05d..0ea904d6 100644 --- a/docs/install.md +++ b/docs/install.md @@ -19,6 +19,7 @@ Node.js v10+ on the most common platforms: * macOS x64 (>= 10.13) * Linux x64 (glibc >= 2.17, musl >= 1.1.24) +* Linux ARM64 (glibc >= 2.29) * Windows A ~10MB tarball containing libvips and its most commonly used dependencies @@ -31,7 +32,6 @@ The following platforms have prebuilt libvips but not sharp: * Linux ARMv6 * Linux ARMv7 (glibc >= 2.28) -* Linux ARM64 (glibc >= 2.29) The following platforms require compilation of both libvips and sharp from source: