Hi. I realize that the vast majority of linux distros are gllibc based... but I'm running a custom shell environment under android that has three options... its own bionic libraries, static linking, or Alpine's musl libraries (for two reasons... lack of internal storage space (glibc vs musl) which is similar to an embedded environment and also because Alpine's APK package manager was the only one I could easily find statically linked to facilitate bootstrapping the environment) I cannot tell you how many otherwise unlabeled arm64 binaries I've downloaded only to find they're unusable. Obviously, supplying preferably static (easy with musl for most things) or musl and android binaries would be preferable (I would like to try your software) but if none of that is possible please label the binaries as glibc-linked. Thank you!