-
Notifications
You must be signed in to change notification settings - Fork 74
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
Make appimagetool run on Alpine/musl #21
Comments
So appimagetool itself is running on musl based systems like Alpine, and the resulting AppImages (that bundle everything) can run on glibc-based systems. We are now blocked by AppImage/AppImageKit#1015. |
Well,
|
Disabled the fatal error on that check for now, and as a result I am able to deploy applications from Alpine Linux with ``-s deploy`. Hence closing. Further improvements can be addressed in separate tickets. References: |
Initial support is available, this allows us to package musl-based applications into AppImages:
The text was updated successfully, but these errors were encountered: