From 842ff4b1b98f81ddc11d710184ad26f218f1b26b Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 09:51:47 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- builder/pwnagotchi.json.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index b837d4c0..f923beea 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -24,7 +24,7 @@ source "arm" "rpi-pwnagotchi" { image_path = "../../../pwnagotchi-raspios-bullseye-${var.pwn_version}-arm64.img" qemu_binary_source_path = "/usr/bin/qemu-aarch64-static" qemu_binary_destination_path = "/usr/bin/qemu-aarch64-static" - image_build_method = "reuse" + image_build_method = "new" image_size = "9G" image_type = "dos" image_partitions { @@ -53,7 +53,7 @@ source "arm" "opi-pwnagotchi" { image_path = "../../../pwnagotchi-orangepi-bullseye-${var.pwn_version}-arm64.img" qemu_binary_source_path = "/usr/bin/qemu-aarch64-static" qemu_binary_destination_path = "/usr/bin/qemu-aarch64-static" - image_build_method = "reuse" + image_build_method = "new" image_size = "9G" image_type = "dos" image_partitions {