-
Notifications
You must be signed in to change notification settings - Fork 31
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: build multiarch Docker images #197
feat: build multiarch Docker images #197
Conversation
This pull request does not have a backport label. Could you fix it @kuisathaverat? 🙏
|
/test |
docker buildx use multibuilder | ||
docker buildx inspect --bootstrap | ||
# echo 'Docker login ${DOCKER_REGISTRY}' | ||
# docker login ${DOCKER_REGISTRY} |
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.
required?
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.
I need to give a second round on this, but in a follow up PR, because of that it si commented.
Co-authored-by: Victor Martinez <[email protected]>
it builds the base image for linux/amd64 and linux/arm64, the push is delegated to buildx, this push the manifest for the two platforms
related to #153