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
687 stars 155 forks source link

Add Arch Linux ARM #32

Closed benalexau closed 3 years ago

benalexau commented 3 years ago

Adds support for Arch Linux ARM using Docker images automatically created weekly by https://github.com/agners/archlinuxarm-docker. Both architectures supported by the latter project are included in this PR.

GitHub Actions successfully tested both armv7 and aarch64 variants in each of the advanced-example.yml and test.yml files.

A distro identifier of archarm was used to match the /etc/os-release variable ID=archarm.

uraimo commented 3 years ago

Thanks Ben, perfect PR! Will merge it and release a new version.