AppImage doesn't ship an embedded glibc, so we need to support old glibc versions.
We don't want to ship outdated dependencies like SDL, so supporting this probably means building all dependencies from scratch (which has other benefits) and/or shipping glibc
Feature Request
ref: https://github.com/AppImage/appimage.github.io/pull/3076#issuecomment-1383271611 ref: https://docs.appimage.org/reference/best-practices.html#id3
Alternatives
No response
Additional Context
No response