File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Container orchestration:
36
36
Others:
37
37
- [ ` vmnet.yaml ` ] ( ./vmnet.yaml ) : ⭐enable [ ` vmnet.framework ` ] ( ../docs/network.md )
38
38
- [ ` deprecated/centos-7.yaml ` ] ( ./deprecated/centos-7.yaml ) : [ deprecated] CentOS Linux 7
39
+ - [ ` experimental/almalinux-9.yaml ` ] ( experimental/almalinux-9.yaml ) : [ experimental] AlmaLinux 9
39
40
- [ ` experimental/centos-stream-9.yaml ` ] ( experimental/centos-stream-9.yaml ) : [ experimental] CentOS Stream 9
40
41
- [ ` experimental/9p.yaml ` ] ( experimental/9p.yaml ) : [ experimental] use 9p mount type
41
42
- [ ` experimental/riscv64.yaml ` ] ( experimental/riscv64.yaml ) : [ experimental] RISC-V
Original file line number Diff line number Diff line change
1
+ # This example requires Lima v0.8.3 or later.
2
+
3
+ images :
4
+ - location : " http://repo.almalinux.org/almalinux/9.0/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.0-20220527.x86_64.qcow2"
5
+ arch : " x86_64"
6
+ digest : " sha256:e453dde3dac780c149932f39814e3371cb0b7fe3f758012b86ab6c7a51ec7a42"
7
+ - location : " http://repo.almalinux.org/almalinux/9.0/cloud/aarch64/images/AlmaLinux-9-GenericCloud-9.0-20220527.aarch64.qcow2"
8
+ arch : " aarch64"
9
+ digest : " sha256:30fc2e2845a33f19e8090f26b0485d5baafd21db547f59dd33c9d4d93f2a88c7"
10
+ mounts :
11
+ - location : " ~"
12
+ - location : " /tmp/lima"
13
+ writable : true
14
+ firmware :
15
+ legacyBIOS : true
16
+ cpuType :
17
+ # Workaround for "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac
18
+ # https://bugs.launchpad.net/qemu/+bug/1838390
19
+ x86_64 : " Haswell-v4"
You can’t perform that action at this time.
0 commit comments