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
679 stars 150 forks source link

Accepting `distro` notation variations, e.g. `ubuntu-20.04` #26

Closed kimikage closed 3 years ago

kimikage commented 3 years ago

In this action, we can specify labels like ubuntu20.04 for the distro option. On the other hand, the GitHub-hosted runners use the labels with a hyphen like ubuntu-20.04. https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources

This leads to verbose matrix options. Currently, only Ubuntu overlaps with the docker images and the GitHub-hosted runners, though.

kimikage commented 3 years ago

This is less important.