You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a large matrix build emitting a number of products from multiple sequential 5+ hour build stages.
If one of these matrix targets fails for whatever reason, I'd like the others to run to completion or failure.
Currently, the entire build process dies upon the first error encountered in any individual matrix target, throwing away a bunch of valuable work for other running matrix targets.
I'd like a flag, docker buildx bake --defer-exit (or whatever) that enables this behavior.