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
665 stars 146 forks source link

Distro options in debian similiar to ubuntus #106

Open dionysius opened 1 year ago

dionysius commented 1 year ago

Addition to #58:

Can we have other distro name options for debian like we have for ubuntu which follow future releases?

where applicable?

martin-g commented 1 year ago

I think you could use any base image now with https://github.com/uraimo/run-on-arch-action/pull/103 being merged.

dionysius commented 1 year ago

That's true, but I'd rather not use that, according to the README:

Known limitation: Only one base_image configuration for each workflow if you use GitHub images caching.

Edit: Just to elaborate it further. Since emulating is already very expensive and time consuming, any caching of images saves time and github resources in the future.

If we could get a matrix full of individual base_images to be cached each, I'm happy to use base_image. If I understand this correctly this is not the case right now.