lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Build for linux-arm64-musl

Open vivekweb2013 opened this issue 11 months ago • 2 comments

Closes issue https://github.com/LuaLS/lua-language-server/issues/3066

Updated workflow to build a package for alpine linux arm64-musl. Github currently has some issues with runners for alpine arch64 plarofrm (check here), so I've added a workaround for this.

Let me know the pr needs some improvements/refactoring. Thanks 🙇

vivekweb2013 avatar Feb 10 '25 13:02 vivekweb2013

see: https://github.com/LuaLS/lua-language-server/pull/2928

I think it may not be merged.

CppCXY avatar Feb 11 '25 09:02 CppCXY

Sorry, we are currently not accepting compilation workflows for non-primary platforms. A new project will be created in the future for this work.

sumneko avatar Mar 12 '25 09:03 sumneko

Adding support for an Alpine musl x64 build (which is also in this PR) however would be great, given the VS Code devcontainers now support running within Docker Alpine containers, and that Alpine is a very popular choice as base image for Docker containers.

musteresel avatar Nov 12 '25 10:11 musteresel