We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cb0f4 commit 0426f90Copy full SHA for 0426f90
examples/amazonlinux2023.yaml
@@ -0,0 +1,14 @@
1
+# This template requires Lima v0.17.0 or later and requires macOS >=13.0
2
+vmType: "vz"
3
+mountType: "virtiofs"
4
+images:
5
+- location: "https://cdn.amazonlinux.com/al2023/os-images/2023.5.20240805.0/kvm/al2023-kvm-2023.5.20240805.0-kernel-6.1-x86_64.xfs.gpt.qcow2"
6
+ arch: "x86_64"
7
+ digest: "sha256:67450c39dee304247daff637f67a1365c2fe9e15265ae390584e81a12d146705"
8
+- location: "https://cdn.amazonlinux.com/al2023/os-images/2023.5.20240805.0/kvm-arm64/al2023-kvm-2023.5.20240805.0-kernel-6.1-arm64.xfs.gpt.qcow2"
9
+ arch: "aarch64"
10
+ digest: "sha256:8ddc0594fe99544a3d8d56a8c95fe863946c52500df6d14e288d1dd1ca6f5352"
11
+mounts:
12
+- location: "~"
13
+- location: "/tmp/lima"
14
+ writable: true
0 commit comments