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

Add hooks for multi-arch builds on dockerhub #1689

Merged

Conversation

MuhammadTahaNaveed
Copy link
Member

  • hooks/build overrides the default build command to use buildx and create an image for amd64 and arm64 archictectures. The arm64 build will take time to build as it is emulated using qemu.
  • hooks/push overrides the default push command to push the multi-arch images. The push is initiated from the buildx context since we have the push argument(--push) set in the buildx command.

- hooks/build overrides the default build command to use buildx and
  create an image for amd64 and arm64 archictectures. The arm64 build
  will take time to build as it is emulated using qemu.
- hooks/push overrides the default push command to push the multi-arch
  images. The push is initiated from the buildx context since we have
  the push argument(--push) set in the buildx command.
@jrgemignani jrgemignani merged commit 0fbaa69 into apache:PG16 Mar 15, 2024
7 checks passed
@MuhammadTahaNaveed MuhammadTahaNaveed deleted the DH-multi-arch-build-PG16 branch March 15, 2024 19:11
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