-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Official RISC-V 64-bit release assets #6986
Comments
@code-asher The unofficial and untested builds are created using the multi-arch docker image E.g. to build # Install emulator (Docker CE)
docker run --privileged --rm tonistiigi/binfmt:master --install riscv64
# Install emulator (Docker Desktop)
#docker run --privileged --rm tonistiigi/binfmt:desktop-master --install riscv64
CODE_SERVER_VERSION="4.92.2"
docker run --rm \
--platform linux/riscv64 \
-v "${PWD}/coder":/tmp/builds \
-e VERSION="${CODE_SERVER_VERSION}" \
-ti "glcr.b-data.ch/coder/code-server-builder:${CODE_SERVER_VERSION}" Path to release packages1: Footnotes
|
Unofficial and untested RISC-V release assets are now available at https://gitlab.b-data.ch/coder/code-server/-/releases. Closing for now – until there is a real demand for official RISC-V release assets. |
Due to nodejs/node#52888, the unofficial Linux/RISC-V Node.js binaries are stuck at v20.16.0. To build # Install emulator (Docker CE)
docker run --privileged --rm tonistiigi/binfmt:master --install riscv64
# Install emulator (Docker Desktop)
#docker run --privileged --rm tonistiigi/binfmt:desktop-master --install riscv64
CODE_SERVER_VERSION="4.95.1"
docker run --rm \
--platform linux/riscv64 \
-v "${PWD}/coder":/tmp/builds \
-e VERSION="${CODE_SERVER_VERSION}" \
-e VSCODE_SKIP_NODE_VERSION_CHECK=1 \
-ti "glcr.b-data.ch/coder/code-server-builder:${CODE_SERVER_VERSION}" Path to release packages2: Footnotes |
What is your suggestion?
Build releases for Linux/RISC-V (64-bit).
Why do you want this feature?
The next stable version of Debian (13, aka trixie) is expected to ship with RISC-V 64-bit support.
Are there any workarounds to get this functionality today?
Yes. Unofficial and untested builds are published at https://gitlab.b-data.ch/coder/code-server/-/releases.
Cross reference:
Are you interested in submitting a PR for this?
No.
The text was updated successfully, but these errors were encountered: