feat: add arm64 image
I am trying to run the same image locally, to see errors directly locally. BUT it has only amd64 so it's slow as hell on mac.
Before: 7m20s Now: 23s
After merge a new docker image will appear:
ghcr.io/rojopolis/spellcheck-github-actions:master on GitHub. Open the package on the right side and change visiblity to public
After that change in action.yml it to: ghcr.io/rojopolis/spellcheck-github-actions:0.44.0 and tag only a 0.44.0 and wait for pipeline finish. When pipeline finished, create a release for GitHub Action Marketplace
duplicate of https://github.com/rojopolis/spellcheck-github-actions/pull/108 ?
closes #193
@mitelg it seems to be related to #108 and there are overlaps. When this PR is merged, I will evaluate how we get the build and release processed to be completely automatic and we can close #108 also.