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 amd64 as a no-op #93

Open lalten opened 1 year ago

lalten commented 1 year ago

It would be great if amd64 (or maybe just native?) was supported as a valid arch. It would simplify workflows by removing special-casing like https://github.com/AppImage/type2-runtime/blob/c1ea750/.github/workflows/build.yaml#L52-L53

martin-g commented 1 year ago

Already worked on at https://github.com/uraimo/run-on-arch-action/pull/58

lalten commented 1 year ago

That PR seems stalled (which is why I opened #94) and has conflicts with master.

sparr commented 1 year ago

Dupe of #31?