Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix macos in gh
Browse files Browse the repository at this point in the history
Liuhaai committed Oct 9, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 3604fb7 commit 2c6e470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
@@ -45,7 +45,9 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install docker colima
colima start
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
uses: docker/setup-buildx-action@v2

0 comments on commit 2c6e470

Please sign in to comment.