Update image filename

Add pishrink to Makefile
This commit is contained in:
jayofelony
2024-02-25 11:25:22 +01:00
parent b789c14f14
commit 0965e7eb3e
3 changed files with 5 additions and 2 deletions

View File

@ -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}-64bit.img"
image_path = "../../../pwnagotchi-${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"