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
677 stars 149 forks source link

Support 32-bit x86 as an architecture option #57

Open kozross opened 2 years ago

kozross commented 2 years ago

This would be very useful to have, and at least one of the image types supported (Alpine) has the images needed.

rnayabed commented 2 years ago

@uraimo any updates?

uraimo commented 2 years ago

Unexpectedly supporting x86 and x86_64 is not as straightforward as the other platform, #58 highlighted issues with both, for x86_64 I should probably implement a way to skip the emulation layer altogether. Feel free to follow that PR for updates.