Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example for building multi-arch Docker images in parallel #1134

Open
fkorotkov opened this issue Jan 11, 2023 · 0 comments
Open

Example for building multi-arch Docker images in parallel #1134

fkorotkov opened this issue Jan 11, 2023 · 0 comments
Labels

Comments

@fkorotkov
Copy link
Contributor

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 fkorotkov assigned edigaryev and unassigned edigaryev Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants