-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppImage does not work on Alpine linux #88
Comments
Note that on e.g. Ubuntu:
|
glibc needs to be installed on Alpine Linux for AppImages to run. |
With the static runtime, glibc no longer needs to be installed on Alpine Linux to run an AppImage (if what is inside the AppImage is either bundling everything, or is statically linked, or consists of platform-independent interpreted code/scripts). |
We've moved away from AppImage and now have static binaries. |
Just saying, if you put a static binary into an AppImage with the static runtime, then it can run on Alpine and other Linux distributions. (Why would one want to do such a thing? Maybe to bundle icons, translations, etc. alongside the application.) |
Understood, thanks! |
This appears to be related to AppImage/AppImageKit#1015
The text was updated successfully, but these errors were encountered: