planetscale / ghcommit-action

GitHub Action to commit files to a git branch using the ghcommit utility
Apache License 2.0
30 stars 4 forks source link

Can we add support for Arm? #66

Closed NikolayMetchev closed 1 week ago

NikolayMetchev commented 2 months ago

Would it be possible to run this action on arm runners? Right now it fails when I try and do so.

joemiller commented 1 week ago

@NikolayMetchev Hi! Yes, I actually just added arm64 docker images with the recent refactor to pre-build the runtime docker image - https://github.com/planetscale/ghcommit-action/pull/74

Try version v0.2.0 or newer. Please open a new issue if you run into problems as I have not tested it on an arm64 runner yet