Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 1.2.0 to 2
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.2.0 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@27d0a4f...8b12248)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dbast committed May 9, 2022
1 parent 9608bad commit a934b65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_amazonlinux_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480
uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8
with:
platforms: linux/arm64/v8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_debian_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480
uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8
with:
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anaconda_pkg_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
AWS_REGION: us-east-1

- name: Set up QEMU
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480
uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8

- name: Set up Docker Buildx
id: buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miniconda_debian_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480
uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8
with:
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x

Expand Down

0 comments on commit a934b65

Please sign in to comment.