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

Fixes #55 - Use both the workflow and job names in the container name #100

Open martin-g opened 1 year ago

martin-g commented 1 year ago

This PR fixes #55 . Now the Docker container name will contain the job id as well. This makes it possible to use run-on-arch-action in several jobs in the same workflow.

Note: After this change the build cache will be invalidated for each project that uses the new version!