You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AppImage and portable package report requirement of a minimum glibc version 2.34, which is unable to reach on Debian 11. Maybe flatpak is a workaround, but I think it's still necessary and doable to lower the dependency versions for better compatibility, as Debian 11 is not so old yet.
The text was updated successfully, but these errors were encountered:
I want to help you on this, but I don't have the knowledge on the native dependencies on Linux.
The steps I use to generate a AppImage from the Flutter app:
Pardon me as not a developer, I just find this https://docs.appimage.org/reference/best-practices.html#binaries-compiled-on-old-enough-base-system and the common sense tells me, it's mainly caused by the version of system for building, since compilers simply pick the dependency installed in system. Perhaps you can change runs-on: ubuntu-latest to runs-on: ubuntu-20.04 in build-deploy.yml. But I'm afraid this is just a temporary and very limited workaround, since Github would remove older Ubuntu images as version bumps. Maybe a long-term solution is to build in docker with image of even older Ubuntu or other distros. Also maybe some configurations can be set on the Flutter side, but I don't really know how Flutter works.
The AppImage and portable package report requirement of a minimum glibc version 2.34, which is unable to reach on Debian 11. Maybe flatpak is a workaround, but I think it's still necessary and doable to lower the dependency versions for better compatibility, as Debian 11 is not so old yet.
The text was updated successfully, but these errors were encountered: