-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Split multi-arch image builds into individual jobs
This commit splits the current "build" job that builds both amd64 and arm64 images into individual jobs running on the corresponding the host architecture building each image. Splitting the image build jobs and building the images on the native host without using QEMU reduces the build time significantly. As part of splitting the build jobs, a new "merge" job was introduced to create single Docker tag containing the manifests for both amd64 and arm64 images. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
- Loading branch information
1 parent
a38f5e0
commit ec029b0
Showing
1 changed file
with
104 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters