Does code-server supports RISC-V architecture #6266
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.
|
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
@code-asher I have created an issue addressing this topic: #6951 |
Beta Was this translation helpful? Give feedback.
-
Do we have supported package for RISC-V architecture is there any compilation steps to generate package
Beta Was this translation helpful? Give feedback.
All reactions