Skip to content

Commit

Permalink
Merge pull request #22 from photostructure/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…main/docker/setup-qemu-action-f30d974279f970cd3ed4ee3bcf1ff7795e271f00

chore(deps): bump docker/setup-qemu-action from e5daf5da4ebfd37300852e88eac67cc6ad147f38 to f30d974279f970cd3ed4ee3bcf1ff7795e271f00
  • Loading branch information
mceachen authored Jan 31, 2025
2 parents ac95411 + afaa760 commit b464fd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- name: Setup QEMU
if: ${{ matrix.arch == 'arm64' }}
uses: docker/setup-qemu-action@e5daf5da4ebfd37300852e88eac67cc6ad147f38
uses: docker/setup-qemu-action@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
with:
platforms: linux/arm64
- run: sudo apt-get update
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@e5daf5da4ebfd37300852e88eac67cc6ad147f38
- uses: docker/setup-qemu-action@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
if: ${{ matrix.arch == 'arm64' }}
with:
platforms: linux/arm64
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
steps:
- name: Setup QEMU
if: ${{ matrix.arch == 'arm64' }}
uses: docker/setup-qemu-action@e5daf5da4ebfd37300852e88eac67cc6ad147f38
uses: docker/setup-qemu-action@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
with:
platforms: linux/arm64
- run: sudo apt-get update
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
path: ./prebuilds
merge-multiple: true
- uses: docker/setup-qemu-action@e5daf5da4ebfd37300852e88eac67cc6ad147f38
- uses: docker/setup-qemu-action@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
if: ${{ matrix.arch == 'arm64' }}
with:
platforms: linux/arm64
Expand Down

0 comments on commit b464fd5

Please sign in to comment.