We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5890d4 commit 1d22f39Copy full SHA for 1d22f39
.github/workflows/cli-tests.yml
@@ -55,7 +55,7 @@ jobs:
55
if: ${{ matrix.os.name == 'mac' }}
56
run: |
57
brew install colima docker docker-compose
58
- colima start -m 8
+ colima start --vm-type qemu --memory 8
59
echo "DOCKER_HOST=unix://${HOME}/.colima/docker.sock" >> $GITHUB_ENV
60
mkdir -p ~/.docker/cli-plugins
61
ln -sfn /usr/local/bin/docker-compose ~/.docker/cli-plugins/docker-compose
0 commit comments