Skip to content

Instantly share code, notes, and snippets.

@bleggett
Created March 1, 2023 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleggett/ca527c334d0e76322f28b26d7085d934 to your computer and use it in GitHub Desktop.
Save bleggett/ca527c334d0e76322f28b26d7085d934 to your computer and use it in GitHub Desktop.
LimaVM arm64 fedora with fast ops
# This example requires Lima v0.7.0 or later.
images:
- location: "https://download.fedoraproject.org/pub/fedora/linux/releases/37/Cloud/aarch64/images/Fedora-Cloud-Base-37-1.7.aarch64.qcow2"
arch: "aarch64"
digest: "sha256:cc8b0f49bc60875a16eef65ad13e0e86ba502ba3585cc51146f11f4182a628c0"
mounts:
- location: "~/Source"
writable: true
- location: "/tmp/lima"
writable: true
mountType: virtiofs
# VM type: "qemu" or "vz" (on macOS 13 and later).
# The vmType can be specified only on creating the instance.
# The vmType of existing instances cannot be changed.
# 🟢 Builtin default: "qemu"
vmType: vz
# Arch: "default", "x86_64", "aarch64".
# 🟢 Builtin default: "default" (corresponds to the host architecture)
arch: aarch64
# Memory size
# 🟢 Builtin default: "4GiB"
memory: 8GiB
# Disk size
# 🟢 Builtin default: "100GiB"
disk: 64GiB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment