Include prebuilt binary for alpine
gogoout opened this issue ยท 5 comments
gogoout commented
Hi all, Alpine is commonly used in container environment.
Currently seems alpine seems doesn't have a prebuilt binary. Not sure if this is a low hanging fruit.
vweevers commented
Assuming that RocksDB compiles against musl (no reason to believe it doesn't), this should be easy. We do the same for leveldown. It's a matter of adding -i alpine
to:
Line 16 in 5c8e0b9
If no one is opposed to increasing npm package size. I'm fine with that.
reuzel commented
Great work!
Is there any ETA for the next release in which this binary will be prepackaged?
vweevers commented
When I have a free moment, within a week.
gogoout commented
Hi, any updates on releasing?