Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebucatnetzer authored Dec 17, 2024
1 parent 12c0d07 commit 9ce9aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt-get install -y qemu binfmt-support qemu-user-static
sudo apt-get install -y qemu-system binfmt-support qemu-user-static
- name: Enable multiarch in Docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down

0 comments on commit 9ce9aa9

Please sign in to comment.