Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for alpine arm64 musl package #3066

Open
vivekweb2013 opened this issue Feb 10, 2025 · 2 comments
Open

Support for alpine arm64 musl package #3066

vivekweb2013 opened this issue Feb 10, 2025 · 2 comments

Comments

@vivekweb2013
Copy link

I use neovim v0.10.4 on alpine linux arm64. The mason package manager fails to download lua-language-server as it does not find the package built for linux-arm64 musl under github releaases.

Although there seems to be a package built for aarch64 on alpine repository which can be installed using apk add, mason could not use the packages installed outside of mason. Mason will only look under the github releases and fails if it does not find the package suited for underlying architecture.

Can we add support for releasing alpine linux-arm64-musl package through the pipeline?

@CppCXY
Copy link
Collaborator

CppCXY commented Feb 10, 2025

see my toy project:https://github.com/LuaLS/lua-language-server-rust

@CppCXY
Copy link
Collaborator

CppCXY commented Feb 10, 2025

The current project will no longer add new release branchs, as it often becomes difficult to find people to maintain them with the updates from GitHub Action. However, my toy branch can currently be used to release versions for unsupported platforms, although I rarely maintain it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants