Skip to content

Commit

Permalink
NO-ISSUE: Upgrade lima and colima for GH Actions (#2565)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoelg committed Sep 7, 2024
1 parent 76cfcfe commit 59cb62e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,13 @@ runs:
HOMEBREW_NO_INSTALL_FROM_API:
run: |
echo "STEP: Setup docker (macOS only)"
brew update --preinstall
LIMA_VERSION=v0.20.1
LIMA_VERSION=v0.23.2
curl -fsSL "https://github.com/lima-vm/lima/releases/download/${LIMA_VERSION}/lima-${LIMA_VERSION:1}-$(uname -s)-$(uname -m).tar.gz" | tar Cxzvm /usr/local
COLIMA_VERSION=v0.6.8
COLIMA_VERSION=v0.7.5
curl -LO https://github.com/abiosoft/colima/releases/download/${COLIMA_VERSION}/colima-$(uname)-$(uname -m)
install colima-$(uname)-$(uname -m) /usr/local/bin/colima
brew install docker docker-compose docker-Buildx qemu 2>&1 | tee install.log
mkdir -p ~/.docker/cli-plugins
ln -sfn "$(brew --prefix)/opt/docker-compose/bin/docker-compose" ~/.docker/cli-plugins/docker-compose
Expand Down

0 comments on commit 59cb62e

Please sign in to comment.