Skip to content

Commit

Permalink
fix: use 8 gb ram 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 24, 2024
1 parent 4f09d12 commit 1691d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
brew install colima docker docker-compose
colima delete -f # delete existing profile
colima start --arch x86_64
colima start -a x86_64 -m 8 -r docker
echo "DOCKER_HOST=unix://${HOME}/.colima/docker.sock" >> $GITHUB_ENV
mkdir -p ~/.docker/cli-plugins
ln -sfn /usr/local/bin/docker-compose ~/.docker/cli-plugins/docker-compose
Expand Down

0 comments on commit 1691d75

Please sign in to comment.