toy / image_optim_pack

Precompiled binaries for image_optim
https://github.com/toy/image_optim
Other
77 stars 13 forks source link

No pack for this OS and/or ARCH, check verbose output #28

Open andrewkendall opened 3 weeks ago

andrewkendall commented 3 weeks ago

I've been seeing a lot of output from my logs since recent versions.

No pack for this OS and/or ARCH, check verbose output

Rolling back to 0.10.1.20240317 seems to have fixed.

This is on Rocky Linux 8 updated to the latest version.

Anyone else seeing similar?

toy commented 2 weeks ago

Must be caused by switching to building using container.

Running following should show the problem

(
set -x

vendor/darwin-x86_64/advpng --version
vendor/darwin-x86_64/gifsicle --version
vendor/darwin-x86_64/jhead -V
vendor/darwin-x86_64/jpeg-recompress -V
vendor/darwin-x86_64/jpegoptim --version
vendor/darwin-x86_64/jpegtran -v -
vendor/darwin-x86_64/optipng --version
vendor/darwin-x86_64/oxipng --version
vendor/darwin-x86_64/pngcrush -version
vendor/darwin-x86_64/pngout
vendor/darwin-x86_64/pngquant --version
)