Skip to content

Commit

Permalink
chore: bump up docker/setup-qemu-action action to v3 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent df17d73 commit f98ca07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
run: ls -R packages
shell: bash
- 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 @@ -416,7 +416,7 @@ jobs:
run: ls -R packages
shell: bash
- 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

1 comment on commit f98ca07

@vercel
Copy link

@vercel vercel bot commented on f98ca07 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

image – ./

image-git-main-lynweklm.vercel.app
image-lynweklm.vercel.app
image-two.vercel.app
image.napi.rs

Please sign in to comment.