This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new c868fec3fbf [10.0.x] NO-ISSUE: Upgrade lima and colima for GH Actions
(#2565) (#2570)
c868fec3fbf is described below
commit c868fec3fbfac70fe3b19df9cfb5085dfed7cc64
Author: Tiago Bento <[email protected]>
AuthorDate: Mon Sep 9 14:56:31 2024 -0400
[10.0.x] NO-ISSUE: Upgrade lima and colima for GH Actions (#2565) (#2570)
Co-authored-by: Thiago Lugli <[email protected]>
---
.github/actions/setup-env/action.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/actions/setup-env/action.yml
b/.github/actions/setup-env/action.yml
index cef70131ed8..a0f61c0fdab 100644
--- a/.github/actions/setup-env/action.yml
+++ b/.github/actions/setup-env/action.yml
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]