uraimo / run-on-arch-action

A Github Action that executes jobs/commands on non-x86 cpu architectures (ARMv6, ARMv7, aarch64, s390x, ppc64le, riscv64) via QEMU
BSD 3-Clause "New" or "Revised" License
665 stars 146 forks source link

add riscv64 support #102

Closed gdams closed 1 year ago

gdams commented 1 year ago

Currently RISC-V is not supported in this action and it would be useful for testing

uraimo commented 1 year ago

Hi @gdams , please let me know when you are happy with this, I planned to add multiple new archs along with a refactoring of the Dockerfile mechanism but I'm ok with adding platforms with at least one working distribution even before that. Like in this case.

gdams commented 1 year ago

This should be good to go @uraimo (not sure why the armv7l job is failing but it's unrelated to my changes

uraimo commented 1 year ago

Yeah completely unrelated, there is a known issue with Fedora running inside QEMU on some platforms #86.