We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is about being able to build and push multi-arch images to the same repo, instead of having to use different OCI-repos based on arch.
Was looking into this a bit on hackweek and building and pushing multi-arch packages required very small changes.
The bigger problem seems to be saving the repository metadata when doing luet create-repo and consuming that based on the client arch.
luet create-repo
Adding this issue to keep a trail of what was tried and if anyone else finds it interesting.
WIP branch here: https://github.com/frelon/luet/tree/image-ref-change and a package repo: https://github.com/frelon/packages
The text was updated successfully, but these errors were encountered:
That's awesome and looking great! Thanks you so much! care to open up a PR to see if it's passing tests?
Sorry, something went wrong.
mudler
No branches or pull requests
This issue is about being able to build and push multi-arch images to the same repo, instead of having to use different OCI-repos based on arch.
Was looking into this a bit on hackweek and building and pushing multi-arch packages required very small changes.
The bigger problem seems to be saving the repository metadata when doing
luet create-repo
and consuming that based on the client arch.Adding this issue to keep a trail of what was tried and if anyone else finds it interesting.
WIP branch here: https://github.com/frelon/luet/tree/image-ref-change
and a package repo: https://github.com/frelon/packages
The text was updated successfully, but these errors were encountered: