File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ jobs:
134
134
make PREFIX=/opt/vde
135
135
sudo make PREFIX=/opt/vde install
136
136
)
137
+ (
138
+ limactl sudoers | sudo tee /etc/sudoers.d/lima
139
+ )
137
140
- name : Prepare ssh
138
141
run : |
139
142
if [ -e ~/.ssh/id_rsa ]; then
Original file line number Diff line number Diff line change 14
14
# (TODO: assign localPort automatically)
15
15
localPort : 60105
16
16
17
- network :
17
+ networks :
18
18
# The instance can get routable IP addresses from the vmnet framework using
19
- # https://github.com/lima-vm/vde_vmnet. Both vde_switch and vde_vmnet
20
- # daemons must be running before the instance is started. The interface type
21
- # (host, shared, or bridged) is configured in vde_vmnet and not lima.
22
- vde :
23
- - vnl : " vde:///var/run/vde.ctl"
19
+ # https://github.com/lima-vm/vde_vmnet. Available networks are defined in
20
+ # $LIMA_HOME/_config/networks.yaml. Supported network types are "host",
21
+ # "shared", or "bridged".
22
+ - lima : shared
You can’t perform that action at this time.
0 commit comments