Skip to content

Commit

Permalink
add qemu setup to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent 7c68c76 commit e6bcf4f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ echo "Deleting PAT token from runner filesystem..."
sudo umount /.pat
sudo rmdir /.pat

# # QEMU setup
# sudo update-binfmts --enable qemu-aarch64
# sudo update-binfmts --enable qemu-arm
# QEMU setup
sudo update-binfmts --enable qemu-aarch64
sudo update-binfmts --enable qemu-arm

echo "Connect runner to GitHub:"
cd actions-runner
Expand Down

0 comments on commit e6bcf4f

Please sign in to comment.