File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -502,6 +502,9 @@ jobs:
502
502
template :
503
503
- default.yaml
504
504
steps :
505
+ - name : " Adjust LIMACTL_CREATE_ARGS"
506
+ # --cpus=1 is needed for running vz on GHA: https://github.com/lima-vm/lima/pull/1511#issuecomment-1574937888
507
+ run : echo "LIMACTL_CREATE_ARGS=${LIMACTL_CREATE_ARGS} --cpus 1 --memory 1" >>$GITHUB_ENV
505
508
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
506
509
- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
507
510
with :
Original file line number Diff line number Diff line change 34
34
INFO " Validating \" $FILE_HOST \" "
35
35
limactl validate " $FILE_HOST "
36
36
37
- # --cpus=1 is needed for running vz on GHA: https://github.com/lima-vm/lima/pull/1511#issuecomment-1574937888
38
- LIMACTL_CREATE=(limactl --tty=false create --cpus=1 --memory=1)
37
+ LIMACTL_CREATE=(limactl --tty=false create)
39
38
40
39
CONTAINER_ENGINE=" nerdctl"
41
40
You can’t perform that action at this time.
0 commit comments