Docs: ARM64/RHEL7 prebuilt binaries changelog entry

This commit is contained in:
Lovell Fuller 2020-03-10 21:22:30 +00:00
parent d8426b1ed5
commit 76bb25262e
2 changed files with 6 additions and 1 deletions

View File

@ -6,9 +6,14 @@ Requires libvips v8.9.1
### v0.25.2 - TBD ### v0.25.2 - TBD
* Provide prebuilt binaries for Linux ARM64v8.
* Ensure input options are consistently and correctly detected. * Ensure input options are consistently and correctly detected.
[#2118](https://github.com/lovell/sharp/issues/2118) [#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 ### v0.25.1 - 7th March 2020
* Ensure prebuilt binaries are fetched based on N-API version. * Ensure prebuilt binaries are fetched based on N-API version.

View File

@ -19,6 +19,7 @@ Node.js v10+ on the most common platforms:
* macOS x64 (>= 10.13) * macOS x64 (>= 10.13)
* Linux x64 (glibc >= 2.17, musl >= 1.1.24) * Linux x64 (glibc >= 2.17, musl >= 1.1.24)
* Linux ARM64 (glibc >= 2.29)
* Windows * Windows
A ~10MB tarball containing libvips and its most commonly used dependencies 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 ARMv6
* Linux ARMv7 (glibc >= 2.28) * Linux ARMv7 (glibc >= 2.28)
* Linux ARM64 (glibc >= 2.29)
The following platforms require compilation of both libvips and sharp from source: The following platforms require compilation of both libvips and sharp from source: