uraimo/run-on-arch-action

X86 exception support.

wonbinjohnkang opened this issue · 0 comments

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"?