-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Ensure Che image publishing is multiarch #17124
Comments
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
registries, server, and theia are still not multiarch in quay. |
With the demise of Travis CI, this is once again stalled. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Today the che-release repo controls che releases, and uses
docker push
to publish, which I believe is a single-arch solution.Entrypoint:
Example of using
docker push
:Instead, we should switch to using
skopeo copy
to allow mutliarch images in Quay.Or maybe use buildx, as suggested in #16287
The text was updated successfully, but these errors were encountered: