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 cf3b0ec commit 9ad8432Copy full SHA for 9ad8432
qemu-arm64-nix.pkr.hcl
@@ -80,7 +80,7 @@ source "qemu" "cloudimg" {
80
qemu_binary = "qemu-system-aarch64"
81
qemuargs = [
82
["-machine", "virt"],
83
- # ["-cpu", "host"],
+ ["-cpu", "host"],
84
["-device", "virtio-gpu-pci"],
85
["-drive", "if=pflash,format=raw,id=ovmf_code,readonly=on,file=/usr/share/AAVMF/AAVMF_CODE.fd"],
86
["-drive", "if=pflash,format=raw,id=ovmf_vars,file=AAVMF_VARS.fd"],
0 commit comments