diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index 1d2df889..f3e906e2 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -34,7 +34,7 @@ source "arm-image" "opi-pwnagotchi" { qemu_binary = "qemu-aarch64-static" target_image_size = 9368709120 qemu_args = ["-r", "6.1.31-sun50iw9"] - image_type = "arm-image" + image_type = "ubuntu" } # a build block invokes sources and runs provisioning steps on them. The