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 PG14 PostgreSQL14 label Mar 15, 2024
@jrgemignani jrgemignani merged commit 007b4da into apache:PG14 Mar 15, 2024
@MuhammadTahaNaveed MuhammadTahaNaveed deleted the DH-multi-arch-build-PG14 branch March 15, 2024 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PG14 PostgreSQL14

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants