Skip to content

Commit

Permalink
ci/s390x: use platform qemu
Browse files Browse the repository at this point in the history
the docker qemu was a necessary workaround for ubuntu 22.04, it is no
longer needed.
  • Loading branch information
SoniEx2 committed Feb 19, 2025
1 parent 40be47d commit 55d838e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55d838e

Please sign in to comment.