forked from lima-vm/lima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebian.yaml
16 lines (16 loc) · 842 Bytes
/
debian.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
images:
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210816-736/debian-11-generic-amd64-daily-20210816-736.qcow2"
arch: "x86_64"
digest: "sha512:2a769ac8e29c999fa127a542f8e1577709aa76d2b69f78524bfe0328bde47a75f1339a985cc660e2e6533ba0e2b53919d0a738e5ce862bd7dfb8d30be17f62fa"
- location: "https://cloud.debian.org/images/cloud/bullseye/daily/20210816-736/debian-11-generic-arm64-daily-20210816-736.qcow2"
arch: "aarch64"
digest: "sha512:e16301345099aed5ce4eb1e2528b50236fa64fe9515577ac51941730aa89703a662300f6e78799d55e1ef586d9d42854218c3788dbc9720e69c92820db5aa465"
mounts:
- location: "~"
writable: false
- location: "/tmp/lima"
writable: true
ssh:
# localPort is changed from 60022 to avoid conflicting with the default.
# (TODO: assign localPort automatically)
localPort: 60030