Does code-server supports RISC-V architecture #6266
Unanswered
sakthivel-axim
asked this question in
Q&A
Replies: 3 comments 3 replies
|
There is nothing official available, but if there is a Node build
for RISC-V maybe running `npm install code-server` will work.
Might need `export npm_config_build_from_source=true` to build
from source.
|
1 reply
|
Hi @code-asher , I have found unofficial Node.js builds for RISC-V on their website at https://unofficial-builds.nodejs.org/download/release/v18.19.0/. Additionally, for Code Server, which is built on Electron.js, we found Electron builds for RISC-V at https://github.com/riscv-forks/electron-riscv-releases/releases. Do you have any plans to develop support for Code Server on RISC-V? If so, when can we expect this support to be available in the future any specific timeline? |
1 reply
|
@code-asher I have created an issue addressing this topic: #6951 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Do we have supported package for RISC-V architecture is there any compilation steps to generate package
All reactions