Skip to content

Commit

Permalink
qemu: run as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpuvvadi committed Apr 6, 2024
1 parent d3186c1 commit d1a21f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install -y binfmt-support
curl -L -o /tmp/qemu.sh 'https://raw.githubusercontent.com/qemu/qemu/master/scripts/qemu-binfmt-conf.sh'
chmod +x /tmp/qemu.sh
/tmp/qemu.sh --debian
sudo /tmp/qemu.sh --debian
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
Expand Down

0 comments on commit d1a21f3

Please sign in to comment.