imazen / imageflow

High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow
https://docs.imageflow.io/
GNU Affero General Public License v3.0
4.14k stars 141 forks source link

Binaries for ubuntu 20.04 #505

Closed israellot closed 3 years ago

israellot commented 3 years ago

I was wondering when binaries for ubuntu 20.04 will become available, since it is a new LTS release.

lilith commented 3 years ago

Binaries for 18.04 will work fine on 20.04.

On Mon, Aug 31, 2020, 2:44 PM Israel Lot notifications@github.com wrote:

I was wondering when binaries for ubuntu 20.04 will become available, since it is a new LTS release.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/imazen/imageflow/issues/505, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA2LH6AZDJSJBTUJR7NOM3SDQDSTANCNFSM4QQ5PX3A .

lilith commented 3 years ago

Are you using nuget?

israellot commented 3 years ago

Thanks for your response @lilith Yes, I’m using nugget and dotnet core. As you may have guessed, the binaries are not found on Ubuntu 20.04, I’ve looked up the code and the search paths take into account the platform.

lilith commented 3 years ago

The Ubuntu 16.04 nuget package now targets linux-x64 and should work across all linux platforms that have GLIBC 2.23 or higher.