docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

Add support for riscv64 architecture

Open paralin opened this issue 3 years ago • 2 comments

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.

paralin avatar Apr 26 '22 19:04 paralin

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

nschonni avatar Apr 26 '22 22:04 nschonni