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

release number in readme is not the recent one #64

Closed rizsotto closed 2 years ago

rizsotto commented 2 years ago

Hi,

first and foremost, thanks for this wonderful tool. It really helps me to catch problems early on my project.

A short feedback I would like to give, to improve the user experience... I did copy-paste out one of the example from the README.md file. And simple added different architectures as the "Supported Platform" section of the same file suggest. The problem is, the example uses the v2.0.5 label, which do not have all the images as the "Supported Platform" section lists.

I think this can be avoided in multiple ways.

What do you think?

s-trinh commented 2 years ago

The more elegant can be to create a v2 floating label. (This is what the official actions/checkout@v2 does too.) This would make your action as uraimo/run-on-arch-action@v2

That's would be great!

elijahr commented 2 years ago

@rizsotto I love this idea. I'm not a maintainer, just a contributor, so I don't have the final say but I've gone ahead and opened a PR to add this functionality. Cheers!