Skip to content

Commit

Permalink
Revert "add qemu setup to dockerfile"
Browse files Browse the repository at this point in the history
This reverts commit e6bcf4f.
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent e6bcf4f commit fafcc40
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 fafcc40

Please sign in to comment.