flatpak-github-actions icon indicating copy to clipboard operation
flatpak-github-actions copied to clipboard

Add image generation with aarch64 runtimes

Open tytan652 opened this issue 2 years ago • 3 comments

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.

tytan652 avatar Jun 30 '22 18:06 tytan652

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

GeorgesStavracas avatar Oct 01 '22 17:10 GeorgesStavracas

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.

tytan652 avatar Oct 01 '22 17:10 tytan652

See also #124

bilelmoussaoui avatar Mar 19 '23 12:03 bilelmoussaoui