From cb72e5c72aaea53f95d33a8dbe91ce39ad9bb2d8 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 18:06:55 +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 8104ef21..213b0a39 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -23,7 +23,7 @@ source "arm" "rpi-pwnagotchi" { file_checksum_type = "sha256" file_target_extension = "xz" file_unarchive_cmd = ["unxz", "$ARCHIVE_PATH"] - image_path = "../../../pwnagotchi-rpi-bullseye-${var.pwn_version}-arm64.img" + image_path = "../../pwnagotchi-rpi-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 = "resize" @@ -52,7 +52,7 @@ source "arm" "opi-pwnagotchi" { file_checksum_type = "sha256" file_target_extension = "xz" file_unarchive_cmd = ["unxz", "$ARCHIVE_PATH"] - image_path = "../../../pwnagotchi-opi-bullseye-${var.pwn_version}-arm64.img" + image_path = "../../pwnagotchi-opi-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 = "resize"