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

Build multiarch (amd64 and arm64) images #1512

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

Conversation

zregvart
Copy link
Contributor

Explain the changes

  1. Makes changes to the scripts in build/tools to build and push multiarch images. Now runs two docker build commands to build images for individual architectures, and an additional docker manifest create to create the multiarch manifest. When pushing docker manifest push is used instead of docker push.

Issues: Fixed #xxx / Gap #xxx

  1. n/a

Testing Instructions:

  1. Try manually running a release using the scripts in build/tools
  • Doc added/updated
  • Tests added

@tangledbytes
Copy link
Member

tangledbytes commented Jan 27, 2025

Hi, thanks for the PR. Can you please rebase it? I think after that all the tests would start passing.

Makes changes to the scripts in build/tools to build and push multiarch
images. Now runs two `docker build` commands to build images for
individual architectures, and an additional `docker manifest create` to
create the multiarch manifest. When pushing `docker manifest push` is
used instead of `docker push`.

Signed-off-by: Zoran Regvart <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants