Skip to content

Commit

Permalink
update image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai committed Oct 9, 2024
1 parent 4243ea7 commit 8bb285d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install docker colima
sudo curl -L -o /opt/homebrew/Cellar/lima/0.22.0/bin/limactl https://github.com/mikekazakov/lima-nohvf/raw/master/limactl && sudo chmod +x /opt/homebrew/Cellar/lima/0.22.0/bin/limactl
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
- name: Setup Docker buildx
Expand Down

0 comments on commit 8bb285d

Please sign in to comment.