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

Added Dockerfiles for Ubuntu #74

Closed pentamassiv closed 2 years ago

pentamassiv commented 2 years ago

Hi, thank you for creating this action. I added some Dockerfiles for Ubuntu. It adds Ubuntu:latest, Ubuntu:devel, Ubuntu:rolling, Ubuntu:22.04 for the architectures aarch64, arm32v7, ppc64le and s390x.

uraimo commented 2 years ago

Thanks!