From d7697cc9abb734e995a4f5cda48101cab7b1add4 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 31 Oct 2023 16:17:51 +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 9692e9e6..2723c980 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-raspios-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-orangepi-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"