Open WorksButNotTested opened 4 years ago
Yeah, that seems like a great alternative for X86 and X64 releases, but I want to eventually support compiling to ARM. I think I will have to use musl for ARM compilation. Not sure, not done much research yet. I definitely like the idea of getting rid of musl though.
The manylinux project is used as a basis for native python PIP modules to build binaries which run on many linux distributions. This may provide a simpler/more compatible alternative to musl?
https://github.com/pypa/manylinux/blob/master/docker/Dockerfile-x86_64