Compare commits

..

No commits in common. "925e138bb47e6e16fea8471bad95e21904072416" and "b84463a6ce96f05841a3f65a6c26508562359e5a" have entirely different histories.

View file

@ -25,10 +25,8 @@ jobs:
- name: Setup Docker and Colima (macOS only) - name: Setup Docker and Colima (macOS only)
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
brew install docker colima qemu brew install docker colima
# LIMACTL_PATH=$(brew --prefix)/bin/limactl colima start
# 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
# Wait for Docker daemon to be ready # Wait for Docker daemon to be ready
timeout=30 timeout=30
while ! docker info >/dev/null 2>&1; do while ! docker info >/dev/null 2>&1; do