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
chore: add multiarch build targets to catch build failures during CI
Previously, multiarch images were only built during releases (via
push-multiarch-on-* targets), so build failures like the QEMU/ldconfig
segfault were only discovered at release time.
Add build-multiarch-on-* Makefile targets that build without pushing,
and run them on PRs and master pushes. The push-multiarch-on-* targets
now only run on release branches.
Signed-off-by: Abhishek Choudhary <shreemaan.abhishek@gmail.com>
0 commit comments