elbywan / crystalline

A Language Server Protocol implementation for Crystal. 🔮
MIT License
424 stars 21 forks source link

Provide musl based builds #50

Closed notramo closed 1 year ago

notramo commented 1 year ago

Please provide musl based builds in releases, because some Linux distro can not run glibc binaries (Alpine, Void Linux musl). A statically linked binary would work both on glibc and musl systems.

elbywan commented 1 year ago

Hey @notramo,

It should already be the case: https://github.com/elbywan/crystalline/blob/master/Dockerfile

notramo commented 1 year ago

@elbywan this is the case indeed, however, the Linux executable in the Releases page is incorrectly named *linux-gnu.gz

elbywan commented 1 year ago

Indeed I'll look into it, thanks for reporting the issue!