Skip to content

Commit

Permalink
Use newer qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Sep 18, 2024
1 parent 6749f3e commit 1345b14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: s390x
image: docker.io/tonistiigi/binfmt:qemu-v8.1.5

- name: Make R library
run: mkdir -p ${RUNNER_TEMP}/R-lib
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: s390x
image: docker.io/tonistiigi/binfmt:qemu-v8.1.5

- name: Cache Dependencies
id: cache-deps
Expand Down

0 comments on commit 1345b14

Please sign in to comment.