Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump docker/setup-qemu-action from f30d974279f970cd3ed4ee3bcf1ff7795e271f00 to 4574d27a4764455b42196d70a065bc6853246a25 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
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@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
- uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
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@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
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@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
- uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
if: ${{ matrix.arch == 'arm64' }}
with:
platforms: linux/arm64
Expand Down