From 44d87b775c887510d33228d1f2223dd2c5b6ac75 Mon Sep 17 00:00:00 2001 From: Branson Bergmann Date: Thu, 9 Jul 2026 10:18:12 -0700 Subject: [PATCH] Update build.pkr.hcl Signed-off-by: Branson Bergmann --- example/iso/build.pkr.hcl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/example/iso/build.pkr.hcl b/example/iso/build.pkr.hcl index 2cdf0de2..4753741a 100644 --- a/example/iso/build.pkr.hcl +++ b/example/iso/build.pkr.hcl @@ -15,3 +15,13 @@ packer { build { sources = ["source.vmware-iso.debian"] } + +source "vmware-iso" "debian" { + iso_url = "file:///Users/branson/Downloads/debian-12.14.0-arm64-DVD-1.iso" + iso_checksum = "sha256:80f3bfccaf88ff6221c7970a7dd26fb1357588619edaeca5351d029f9d8ae4d2" + + guest_os_type = "arm-debian12-64" + cpus = 2 + memory = 2048 + disk_size = 20000 +}