LuaLS / LuaLS/lua-language-server
Cannot install newest version on raspberrypi 3 b
@actboy168 is already working on this.
Since Feb 20, 2023.
- Dominant language
- Lua
- Stars
- 4.4k
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
### How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
### Which OS are you using?
Other
### What is the issue affecting?
Other
### Expected Behaviour
Version 3.6.4 should show up and version 2.5.3 should run.
### Actual Behaviour
Version 2.5.3 is highest version and it fails.

### Reproduction steps
1. Connect via [ssh extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh) to a raspberry pi
2. Install Lua language server
### Additional Notes
I'm connecting to a raspberry-pi 3 model B
### Log File
No logs found... Except in output console:
```
[Error - 22:02:56] Connection to server is erroring. Shutting down server.
[Error - 22:02:56] Connection to server got closed. Server will not be restarted.
/home/sewbacca/.vscode-server/extensions/sumneko.lua-2.5.3/server/bin/Linux/lua-language-server: 1: /home/sewbacca/.vscode-server/extensions/sumneko.lua-2.5.3/server/bin/Linux/lua-language-server: ELF: not found
/home/sewbacca/.vscode-server/extensions/sumneko.lua-2.5.3/server/bin/Linux/lua-language-server: 2: /home/sewbacca/.vscode-server/extensions/sumneko.lua-2.5.3/server/bin/Linux/lua-language-server: Syntax error: "(" unexpected
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.