Is it possible to build musl-libc based OS & glibc based OS with one file? #8027
typenoob
started this conversation in
Features & Development
Replies: 1 comment
-
You can try using staticx but just building two applications is a far more sensible approach. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I built a file in alpine which could be properly run on musl-libc based OS like openwrt or apline.But it couldn't run on ubuntu which is based on glibc .Is there any elegant approach to build one file for these two kinds of platforms?If not, Is there any plan to support it in the future?
Beta Was this translation helpful? Give feedback.
All reactions