Skip to content

Commit

Permalink
colimaの起動にqemuが必要らしいので追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Till0196 committed Nov 13, 2024
1 parent c059b4a commit c3e8414
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
- name: Install Docker and start Colima on macOS
if: matrix.os == 'macos-latest'
run: |
brew install docker
brew install docker --formula
brew install colima
brew install 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 c3e8414

Please sign in to comment.