Skip to content

Commit

Permalink
Install qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Nov 26, 2024
1 parent 4677899 commit 925e138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan_released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Docker and Colima (macOS only)
if: runner.os == 'macOS'
run: |
brew install docker colima
brew install docker colima qemu
# LIMACTL_PATH=$(brew --prefix)/bin/limactl
# sudo curl -L -o $LIMACTL_PATH https://github.com/mikekazakov/lima-nohvf/raw/master/limactl && sudo chmod +x $LIMACTL_PATH
colima start --network-address --arch arm64 --vm-type=qemu
Expand Down

0 comments on commit 925e138

Please sign in to comment.