"The current platform is unsupported" when installing lua-language-server on aarch64 alpine linux docker #1406
-
I am using
Inside that container, I installed a nvim with mason.nvim. However, it failed to install
I noticed the release page shows that there is an arm64 linux package. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Those binaries are linked to glibc which is not readily available on Alpine. If you have it installed you can bypass this by |
Beta Was this translation helpful? Give feedback.
-
@williamboman 's answer is correct but seems to be slightly outdated, I had to do |
Beta Was this translation helpful? Give feedback.
Those binaries are linked to glibc which is not readily available on Alpine. If you have it installed you can bypass this by
:MasonInstall --target linux_arm64_gnu lua-language-server