Skip to content
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

Add image generation with aarch64 runtimes #85

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tytan652
Copy link
Contributor

@tytan652 tytan652 commented Jun 30, 2022

When using the builder action with aarch64 as arch, the action always install aarch64 runtime.

To avoid this, generating x86_64 images with aarch64 runtime is a solution.

Making images per runtime architecture avoid to make images bigger in size.

Images are tagged with a tag suffixed with the runtime arch, this allow using matrix with containers.
x86_64 runtime images are still also tagged with a non-suffixed tag.

This PR was not tested and two of the checks are failing because images with new tags do not exist.

@GeorgesStavracas
Copy link
Member

This probably needs #82 first so you can try and publish these new images to your fork, and then test it there.

@tytan652
Copy link
Contributor Author

tytan652 commented Oct 1, 2022

This probably needs #82 first so you can try and publish these new images to your fork, and then test it there.

The reason that I put this PR as draft is to wait for #82, even if I don't want to mess my registry that I never used.

@bilelmoussaoui bilelmoussaoui added enhancement New feature or request containers labels Mar 18, 2023
@bilelmoussaoui
Copy link
Member

See also #124

@vixalien vixalien mentioned this pull request Aug 3, 2023
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
containers enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants