Skip to content

Support parallel builds (via buildx) #39

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

Merged
merged 34 commits into from
Apr 17, 2023
Merged

Support parallel builds (via buildx) #39

merged 34 commits into from
Apr 17, 2023

Conversation

Firehed
Copy link
Owner

@Firehed Firehed commented Jan 19, 2023

This adjusts the build process to use buildx (which may or may not be the best approach for parallel builds) AND adjusts some of the --cache-from/--cache-to flags so the pre-pulled caches should actually work (historically, enabling buildkit would miss cache and build from scratch most of the time)

https://docs.docker.com/build/cache/backends/

Fixes #36

@Firehed Firehed changed the title Support docker buildx Support parallel builds (via buildx) Mar 29, 2023
@Firehed Firehed marked this pull request as ready for review March 29, 2023 18:20
@Firehed Firehed merged commit 2541cc0 into main Apr 17, 2023
@Firehed Firehed deleted the buildx branch April 17, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change to use docker buildx builder
1 participant