File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,23 @@ jobs:
16
16
with :
17
17
fetch-depth : 1
18
18
19
- - name : Setup Docker Colima 1
20
- uses : limpbrains/setup-docker-macos-action@48929bfd0b688ddb9e259c8ed1efb12ba3db863c
21
- id : docker1
22
- continue-on-error : true
23
- with :
24
- lima : v0.18.0
25
- colima : v0.5.6
26
- colima-params : --vm-type=vz --vz-rosetta
27
-
28
- - name : Setup Docker Colima 2
29
- if : steps.docker1.outcome != 'success'
30
- uses : limpbrains/setup-docker-macos-action@48929bfd0b688ddb9e259c8ed1efb12ba3db863c
31
- id : docker2
32
- continue-on-error : true
33
- with :
34
- lima : v0.18.0
35
- colima : v0.5.6
19
+ # - name: Setup Docker Colima 1
20
+ # uses: limpbrains/setup-docker-macos-action@48929bfd0b688ddb9e259c8ed1efb12ba3db863c
21
+ # id: docker1
22
+ # continue-on-error: true
23
+ # with:
24
+ # lima: v0.18.0
25
+ # colima: v0.5.6
26
+ # colima-params: --vm-type=vz --vz-rosetta
27
+
28
+ # - name: Setup Docker Colima 2
29
+ # if: steps.docker1.outcome != 'success'
30
+ # uses: limpbrains/setup-docker-macos-action@48929bfd0b688ddb9e259c8ed1efb12ba3db863c
31
+ # id: docker2
32
+ # continue-on-error: true
33
+ # with:
34
+ # lima: v0.18.0
35
+ # colima: v0.5.6
36
36
37
37
- name : Setup Docker Default
38
38
if : steps.docker1.outcome != 'success' && steps.docker2.outcome != 'success'
You can’t perform that action at this time.
0 commit comments