run-on-arch-action
run-on-arch-action copied to clipboard
Consistent naming
We currently have the following ubuntu machines: ubuntu16.04, ubuntu18.04, ubuntu20.04. But in GitHub Actions these machines named as ubuntu-16.04, ubuntu-18.04, ubuntu-20.04.
It would be awesome to have the same names to allow easy substitutions via matrix.
Or alternatively, use by default host distro (instead of ubuntu18.04).