Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@ jobs:
- name: Set up Docker
run: |
brew install docker docker-machine docker-compose

sudo mkdir -p /usr/local/bin
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
brew install lima
brew install lima lima-additional-guestagents
brew install qemu
colima start

sudo ln -sf $HOME/.colima/default/docker.sock /var/run/docker.sock

- name: Cache Go modules
Expand Down
Loading