Skip to content

Commit 1b19e00

Browse files
committed
try lima
1 parent 34a511a commit 1b19e00

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/quality-checks.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,12 @@ jobs:
419419
ref: ${{ env.BRANCH_NAME }}
420420
fetch-depth: 0
421421

422-
- name: Install Docker with Colima
422+
- name: Install Docker with Lima
423423
run: |
424-
brew install docker colima
425-
colima start
424+
brew install docker lima
425+
limactl start template://docker
426+
DOCKER_HOST=$(limactl list docker --format 'unix://{{.Dir}}/sock/docker.sock')
427+
export DOCKER_HOST
426428
427429
- name: Build dev container
428430
run: |

0 commit comments

Comments
 (0)