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
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
andaarch64
variants in each of theadvanced-example.yml
andtest.yml
files.A distro identifier of
archarm
was used to match the/etc/os-release
variableID=archarm
.