Skip to content

Commit

Permalink
ci(docker): fixed version of qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Feb 13, 2025
1 parent 0c19f4c commit 8108b70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
# Docker setup
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: 'docker.io/tonistiigi/binfmt:qemu-v9.2.0-46'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 8108b70

Please sign in to comment.