- Notifications
You must be signed in to change notification settings - Fork 42
feat: add arm64 image #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| duplicate of #108 ? |
jonasbn left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @shyim
This looks great. I have added some comments and requests for changes. And I have some questions in regard to the tag part.
Thank you
| closes #193 |
jonasbn left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @shyim
This is approved
* feat: add arm64 image * ci: pin actions * ci: add sha
* added hunspel with en, de, es and fr dictionaries, update docs * added russian and ukranian dicts, update docs * updated os version in packages links * fixed spelling * fixed entrypoint * Bump python from 3.13.0-slim-bookworm to 3.13.1-slim-bookworm Bumps python from 3.13.0-slim-bookworm to 3.13.1-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Preparing release 0.46.0, update to Docker base image * Bump nosborn/github-action-markdown-cli from 3.3.0 to 3.4.0 Bumps [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](nosborn/github-action-markdown-cli@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: nosborn/github-action-markdown-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump python from 3.13.1-slim-bookworm to 3.13.2-slim-bookworm Bumps python from 3.13.1-slim-bookworm to 3.13.2-slim-bookworm. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Preparing release 0.47.0 * add tool versions (#234) Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> * feat: add arm64 image (#218) * feat: add arm64 image * ci: pin actions * ci: add sha * ci: fix default branch name (#235) * Added hunspell version output to entry point * Did some testing, added more output to entrypoint, parameter specification in action.yml and some documentation --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jonasbn <jonasbn@gmail.com> Co-authored-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Co-authored-by: Shyim <github@shyim.de> Co-authored-by: Jonas Brømsø <jonasbn@users.noreply.github.com>
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:masteron GitHub. Open the package on the right side and change visiblity to publicAfter that change in action.yml it to:
ghcr.io/rojopolis/spellcheck-github-actions:0.44.0and tag only a0.44.0and wait for pipeline finish. When pipeline finished, create a release for GitHub Action Marketplace