cirrus-ci-docs icon indicating copy to clipboard operation
cirrus-ci-docs copied to clipboard

Example for building multi-arch Docker images in parallel

Open fkorotkov opened this issue 2 years ago • 0 comments

Description

Since now docker_builder supports multiple architectures, it is theoretically possible to build a multi-arch images on two separate VMs in parallel and enjoy native performance, then we can just create a combined manifest similar to how they do it in this blog post.

This way we can drastically improve build times for Cirrus Agent and Cirrus CLI.

Context

Multi-arch builds are too slow because of QEMU emulation

fkorotkov avatar Jan 11 '23 18:01 fkorotkov