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 e50f072Copy full SHA for e50f072
examples/amazonlinux2023.yaml
@@ -0,0 +1,13 @@
1
+# This template requires Lima v0.17.0 or later and requires macOS >=13.0
2
+mountType: "virtiofs"
3
+images:
4
+- 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"
5
+ arch: "x86_64"
6
+ digest: "sha256:67450c39dee304247daff637f67a1365c2fe9e15265ae390584e81a12d146705"
7
+- 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"
8
+ arch: "aarch64"
9
+ digest: "sha256:8ddc0594fe99544a3d8d56a8c95fe863946c52500df6d14e288d1dd1ca6f5352"
10
+mounts:
11
+- location: "~"
12
+- location: "/tmp/lima"
13
+ writable: true
0 commit comments