Skip to content

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.
@github-actions github-actions bot added the PG15 PostgreSQL15 label Mar 15, 2024
@jrgemignani jrgemignani merged commit 090ea4f into apache:PG15 Mar 15, 2024
@MuhammadTahaNaveed MuhammadTahaNaveed deleted the DH-multi-arch-build-PG15 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
PG15 PostgreSQL15
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants