Improve support for ppc64le architecture (#4203)

Includes CI and arch-specific npm package
This commit is contained in:
sumitd2
2024-09-06 17:15:47 +05:30
committed by GitHub
parent 7ee54810d4
commit c26b77683a
5 changed files with 56 additions and 1 deletions

View File

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