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
687 stars 155 forks source link

Add Debian:bullseye to supported architectures. #45

Closed leoniloris closed 3 years ago

leoniloris commented 3 years ago

Follows #44 and the comment https://github.com/uraimo/run-on-arch-action/pull/44#issuecomment-848616666 as an effort to push a new release

Adds support for debian:bullseye using the default docker files.

I'm running the repository tests here, but only the tests related to this specific PR (since the added arch:distro combination is not covered on the test.yml).

uraimo commented 3 years ago

Thanks @leoniloris!! Doing the release right away, 2.0.10.

leoniloris commented 3 years ago

Nice! Thanks!