From bfc68e13f465c17ffaa57b181b1132770bea0db2 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:15:06 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=9E=F0=9F=8F=BB=20Test=20temporary=20p?= =?UTF-8?q?in=20to=20new=20QEMU?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4c4ce79..0ccf38e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -256,6 +256,10 @@ jobs: - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 with: platforms: all + # This should be temporary + # xref https://github.com/docker/setup-qemu-action/issues/188 + # xref https://github.com/tonistiigi/binfmt/issues/215 + image: tonistiigi/binfmt:qemu-v8.1.5 - name: Build binary distribution (wheel) on Linux (ppc64le) uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0