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
682 stars 151 forks source link

Add debian bookworm containers #144

Closed LukasWoodtli closed 5 months ago

LukasWoodtli commented 6 months ago

Add Debian bookworm images for different architectures

LukasWoodtli commented 5 months ago

@uraimo Please review this!

Thanks!

uraimo commented 5 months ago

Thanks, merged, and now there is also the base_image parameter, that allows to specify a docker image right away without creating Dockerfiles.