From d3f1dea6a5d101df44cc7d827cf00035d3aa7d38 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Sun, 29 Oct 2023 23:59:37 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index 7f5737f8..1d2df889 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 = "arm-image" } # a build block invokes sources and runs provisioning steps on them. The