-
Notifications
You must be signed in to change notification settings - Fork 40
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
feat: add arm64 image #218
Conversation
duplicate of #108 ? |
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 |
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] <[email protected]> * 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] <[email protected]> * 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] <[email protected]> * Preparing release 0.47.0 * add tool versions (#234) Signed-off-by: Brooke Hamilton <[email protected]> * 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] <[email protected]> Signed-off-by: Brooke Hamilton <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jonasbn <[email protected]> Co-authored-by: Brooke Hamilton <[email protected]> Co-authored-by: Shyim <[email protected]> Co-authored-by: Jonas Brømsø <[email protected]>
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 publicAfter that change in action.yml it to:
ghcr.io/rojopolis/spellcheck-github-actions:0.44.0
and tag only a0.44.0
and wait for pipeline finish. When pipeline finished, create a release for GitHub Action Marketplace