Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add hooks for multi-arch builds on dockerhub (#1683)
- 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.
- Loading branch information