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

README.md: Fix version in examples #72

Closed jayvdb closed 2 years ago

jayvdb commented 2 years ago

@v2 does not work as it doesnt exist. @v2.0.0 is the tag for that release.

uraimo commented 2 years ago

v2 now works correctly, thanks for the PR.