We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2dd98f0 + 2f92994 commit ee72145Copy full SHA for ee72145
.github/workflows/release.yml
@@ -46,13 +46,11 @@ jobs:
46
- name: Set up Docker
47
run: |
48
brew install docker docker-machine docker-compose
49
-
50
sudo mkdir -p /usr/local/bin
51
sudo curl -L -o /usr/local/bin/colima https://github.com/abiosoft/colima/releases/download/v0.6.7/colima-Darwin-x86_64 && sudo chmod +x /usr/local/bin/colima
52
- brew install lima
+ brew install lima lima-additional-guestagents
53
brew install qemu
54
colima start
55
56
sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock
57
58
- name: Cache Go modules
0 commit comments