The GHA run for the last commit in #1 took >1 hour and upon merge the GHA run for 478997f took one hour.
The build time indicates that they both do the full multi-arch build. Push should only be done by successful runs from main so we must either cache buildkit stages from runs that don't push or use single-arch builds for QA-only runs.
The GHA run for the last commit in #1 took >1 hour and upon merge the GHA run for 478997f took one hour.
The build time indicates that they both do the full multi-arch build. Push should only be done by successful runs from main so we must either cache buildkit stages from runs that don't push or use single-arch builds for QA-only runs.