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

Add support for Debian Bookworm aarch64 #82

Open roscale opened 2 years ago

julianoes commented 6 months ago

This would be good to have, thanks!

uraimo commented 6 months ago

Makes sense to add it to the default configs but this should already work with the base_image option if you need it now, like this:

          - arch: none
            distro: none
            base_image: arm64v8/debian:bookworm