Skip to content

Commit

Permalink
Merge pull request #146 from Brooooooklyn/renovate/docker-setup-qemu-…
Browse files Browse the repository at this point in the history
…action-3.x

chore(deps): update docker/setup-qemu-action action to v3
  • Loading branch information
Brooooooklyn committed Sep 13, 2023
2 parents bbc4a15 + 8370617 commit c20defb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
yarn config set supportedArchitectures.libc "glibc"
yarn install --mode=skip-build
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
yarn config set supportedArchitectures.libc "musl"
yarn install --mode=skip-build
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
yarn config set supportedArchitectures.cpu "arm"
yarn install --mode=skip-build
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down

0 comments on commit c20defb

Please sign in to comment.