Prevent use of linux-x64 binaries with v1 microarchitecture

This commit is contained in:
Lovell Fuller
2025-03-19 17:24:46 +00:00
parent d419aba76d
commit 3fd818c4b5
5 changed files with 31 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ Requires libvips v8.16.1
* Expose WebP `smartDeblock` output option.
* Prevent use of linux-x64 binaries with v1 microarchitecture.
* Add `autoOrient` operation and constructor option.
[#4151](https://github.com/lovell/sharp/pull/4151)
[@happycollision](https://github.com/happycollision)