-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat(experimental): Build multiple recipes in parallel #182
Conversation
Ok so trying this out, it would seem that although GHAs support using truecolor, Gitlab CI doesn't and makes it look weird. So I'm going to try using standard ANSI colors to keep things as compatible as possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm so far
My next goal after this is to make use of |
Yeah that was the reason for the colors. Earthly has a similar pattern for their matrix builds. I think it would be reasonable/fairly easy to add log redirection too. Helps that I already created a system to handle logs |
I'll hold off on the use of buildx bake for this particular PR and add that in later. I will still work on getting logs out |
…ogger" This reverts commit 1be4d89.
The
build
subcommand can now take in any number of recipe files and will build them all in parallel. Along with this new ability, I've added a way to easily distinguish which part of the build log belongs to which recipe. Check out thedocker_build
action of this PR for an example.Tasks
indicatif
to make logs look nicer