mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Add experimental support for prebuilt linux-riscv64 binaries
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user