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
We seem to be close to the QEMU memory limit in GHA, that's why actions
fail sporadically.
Switch to native builds, aka build amd64 in an amd64 machine and do the
same for arm64.
This means we need to push 2 extra tags: foo-amd64 and foo-arm64 and
then create a manifest to unite them both.
Ref: docker/build-push-action#621
0 commit comments