From 5de7559ed685a41c22dfc12283681f02f4c2ee00 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 20 Sep 2024 08:50:29 +0300 Subject: [PATCH] Explicitly set up QEMU to try and work around CI trouble Related to https://github.com/etkecc/baibot/issues/2 We've had a few more instances of the same issue since then. --- .github/workflows/workflow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a13fef4..5ad3b82 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -24,6 +24,10 @@ jobs: name: Build and Publish runs-on: self-hosted steps: + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + with: + platforms: arm64 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Login to ghcr.io