From b789c14f1452b16f56a340ce282082872dc6d6e8 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 25 Feb 2024 11:18:19 +0100 Subject: [PATCH] Change image filename, 32bit/64bit Signed-off-by: jayofelony --- builder/data/32bit/pwnagotchi.json.pkr.hcl | 2 +- builder/data/64bit/pwnagotchi.json.pkr.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/data/32bit/pwnagotchi.json.pkr.hcl b/builder/data/32bit/pwnagotchi.json.pkr.hcl index c187b9c5..3cfc5399 100644 --- a/builder/data/32bit/pwnagotchi.json.pkr.hcl +++ b/builder/data/32bit/pwnagotchi.json.pkr.hcl @@ -25,7 +25,7 @@ source "arm" "rpi32-pwnagotchi" { file_checksum_type = "sha256" file_target_extension = "xz" file_unarchive_cmd = ["unxz", "$ARCHIVE_PATH"] - image_path = "../../pwnagotchi-rpi-bullseye-${var.pwn_version}-armhf.img" + image_path = "../../pwnagotchi-rpi-bullseye-${var.pwn_version}-32bit.img" qemu_binary_source_path = "/usr/libexec/qemu-binfmt/aarch64-binfmt-P" qemu_binary_destination_path = "/usr/libexec/qemu-binfmt/aarch64-binfmt-P" image_build_method = "resize" diff --git a/builder/data/64bit/pwnagotchi.json.pkr.hcl b/builder/data/64bit/pwnagotchi.json.pkr.hcl index d877f1c0..55f3e531 100644 --- a/builder/data/64bit/pwnagotchi.json.pkr.hcl +++ b/builder/data/64bit/pwnagotchi.json.pkr.hcl @@ -25,7 +25,7 @@ source "arm" "rpi64-pwnagotchi" { file_checksum_type = "sha256" file_target_extension = "xz" file_unarchive_cmd = ["unxz", "$ARCHIVE_PATH"] - image_path = "../../../pwnagotchi-rpi-bookworm-${var.pwn_version}-arm64.img" + image_path = "../../../pwnagotchi-rpi-bookworm-${var.pwn_version}-64bit.img" qemu_binary_source_path = "/usr/libexec/qemu-binfmt/aarch64-binfmt-P" qemu_binary_destination_path = "/usr/libexec/qemu-binfmt/aarch64-binfmt-P" image_build_method = "resize"