Skip to content
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

Add support for riscv64 architecture #1707

Open
paralin opened this issue Apr 26, 2022 · 1 comment
Open

Add support for riscv64 architecture #1707

paralin opened this issue Apr 26, 2022 · 1 comment

Comments

@paralin
Copy link

paralin commented Apr 26, 2022

Problem

Many architectures such as Arm and x86 are currently implemented here.

Multiple low-cost as well as high-performance riscv64 CPUs are now available.

Alpine, Ubuntu, have riscv64 images available in the Docker Hub library today.

Support for riscv64 should be added to docker-node as well.

Solution

Add riscv64 to the architectures list.

@nschonni
Copy link
Member

RISC isn't support by Node right now nodejs/build#2815. The current discussions around getting that support are happening in nodejs/build#2876 and docker-node would wait for at least a sign that upstream is going to support it first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@paralin @nschonni and others