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

X86 exception support. #91

Open wonbinjohnkang opened 1 year ago

wonbinjohnkang commented 1 year ago

Currently, since run-on-arch do not handle exception when running X86-64 ie) running natively without QEMU, we need some additional conditional statements if we want to build for both non-native arch and x86-64(native). Could we make a change so run-on-arch is disabled and steps are ran natively when arch type is either empty or "x86-64"?