Add experimental support for prebuilt linux-riscv64 binaries

This commit is contained in:
Lovell Fuller
2025-10-19 10:25:50 +01:00
parent 206eb4a89a
commit 9e4e184132
6 changed files with 68 additions and 9 deletions

View File

@@ -3,6 +3,8 @@ title: v0.34.5 - TBD
slug: changelog/v0.34.5
---
* Add experimental support for prebuilt Linux RISC-V 64-bit binaries.
* Support building from source with npm v12+, deprecate `--build-from-source` flag.
[#4458](https://github.com/lovell/sharp/issues/4458)

View File

@@ -49,6 +49,7 @@ Ready-compiled sharp and libvips binaries are provided for use on the most commo
* macOS ARM64
* Linux ARM (glibc >= 2.31)
* Linux ARM64 (glibc >= 2.26, musl >= 1.2.2)
* Linux RISC-V 64-bit (glibc >= 2.41)
* Linux ppc64 (glibc >= 2.36)
* Linux s390x (glibc >= 2.36)
* Linux x64 (glibc >= 2.26, musl >= 1.2.2, CPU with SSE4.2)