Skip to content

Commit

Permalink
CI: Upgrade uraimo/run-on-arch-action to v3
Browse files Browse the repository at this point in the history
Upgrade `uraimo/run-on-arch-action` to v3, which includes QEMU 9.2.2
from `tonistiigi/binfmt:latest` that fixes the current CI failure on
ppc64le - see:
uraimo/run-on-arch-action#160
tonistiigi/binfmt#215 (comment)
and https://gitlab.com/qemu-project/qemu/-/issues/1913.
  • Loading branch information
kleisauke committed Feb 28, 2025
1 parent 8e3ec0f commit 3106ec9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ jobs:
nodejs_version_major: 18
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: uraimo/run-on-arch-action@v2
- uses: uraimo/run-on-arch-action@v3
with:
arch: ${{ matrix.run_on_arch }}
distro: ${{ matrix.distro }}
Expand Down

0 comments on commit 3106ec9

Please sign in to comment.