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

Feature: floating tag (fixes #64) #65

Closed elijahr closed 2 years ago

elijahr commented 2 years ago

Hey @uraimo, hope you are well!

Support for floating tags, such as uses: uraimo/run-on-arch-action@v2 instead of uses: uraimo/run-on-arch-action@v2.1.0. The documentation has been updated accordingly.

Floating tags will be automatically updated whenever a tag matching v[0-9]+.[0-9]+.[0-9]+ is pushed.

Additionally, a small fix is included which ensures that the install step for Alpine uses /bin/sh, since that will be the only shell available.

elijahr commented 2 years ago

Also, @uraimo - if you'd like, I'd be happy to help maintain this project, review/merge PRs and such. There are a few PRs submitted that I'd like to merge or close.

uraimo commented 2 years ago

Hey Elijah! I'm fine but I have limited time available lately as you can see :) Sure, will add you as maintainer, I'll add a few comments around for the stuff still on hold to explain why. Let me know if you had already planned to take a look at the big open issue, the removal of static Dockerfiles/explicitly specified platform, just asking, don't feel obligated.

elijahr commented 2 years ago

@uraimo thanks! I wanted to go through the outstanding PRs and add my review. would love to (try to) get the PR and issue counts down to 0, either merged or closed.