We are happy to answer your questions about the code or discuss technical ideas.
Please complete the following checklist (by adding [x]):
I maintain ha-proton-drive, a Home Assistant integration that wraps the Proton Drive CLI. HA Core itself ships as a musl-based image (Alpine) on both amd64 and arm64, so any binary it runs must be musl-linked, whereas the current releases are glibc-linked.
Would it be possible for you to also publish musl builds alongside the glibc ones? Bun already supports musl as part of bun build --compile using bun-linux-arm64-musl and bun-linux-x64-musl-baseline (the non-baseline build doesn't work on my hardware, requires AVX2). I have done this myself here using an unmodified fork of this repo, publishing the binaries here.
I would be happy to create a PR but this repo doesn't contain any CI setup. ๐
Please complete the following checklist (by adding [x]):
I maintain ha-proton-drive, a Home Assistant integration that wraps the Proton Drive CLI. HA Core itself ships as a musl-based image (Alpine) on both amd64 and arm64, so any binary it runs must be musl-linked, whereas the current releases are glibc-linked.
Would it be possible for you to also publish musl builds alongside the glibc ones? Bun already supports musl as part of
bun build --compileusingbun-linux-arm64-muslandbun-linux-x64-musl-baseline(the non-baseline build doesn't work on my hardware, requires AVX2). I have done this myself here using an unmodified fork of this repo, publishing the binaries here.I would be happy to create a PR but this repo doesn't contain any CI setup. ๐