From 55d838ecf3923e002474f7b6126a8f480246b70f Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Wed, 19 Feb 2025 13:32:45 -0300 Subject: [PATCH] ci/s390x: use platform qemu the docker qemu was a necessary workaround for ubuntu 22.04, it is no longer needed. --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 933cbb86b..3b9132c3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -238,10 +238,7 @@ jobs: with: submodules: true - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - with: - platforms: ${{matrix.arch}} - image: "tonistiigi/binfmt:master" + run: sudo apt-get install qemu-user-binfmt - name: install ninja run: sudo apt-get install ninja-build - name: install the toolchain