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

Update README.md links #12

Closed fingolfin closed 4 years ago

fingolfin commented 4 years ago

Use latest versions of actions in the example, fix link to this repository.

The link to the svg badge at the top is still broken; and the comment saying that there are "more complex examples" at https://github.com/uraimo/run-on-arch-action/blob/master/.github/workflows seems wrong and should either be deleted, or changed to a better place, or perhaps the "more complex examples could be added. As I can't make the decision which of those should be implemented, I didn't touch this part of the README.

uraimo commented 4 years ago

Thanks for this PR, the badge should now work, and yes, more complex examples with multiple actions running on top of this are needed.