Files
jitsi-meet-deployment/.github/workflows
Saúl Ibarra Corretgé 17baa95394 fix(ci) avoid OOM when building with QEMU
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: https://github.com/docker/build-push-action/issues/621
2025-05-27 16:37:23 +02:00
..
2025-02-28 21:49:05 +01:00