Builder edit

This commit is contained in:
Jeroen Oudshoorn
2023-11-15 10:13:45 +01:00
parent 76218d7858
commit 3cac039442

View File

@ -80,8 +80,8 @@ source "arm" "rpi32-pwnagotchi" {
} }
} }
source "arm" "opi-pwnagotchi" { source "arm" "opi-pwnagotchi" {
file_checksum_url = "https://github.com/jayofelony/orangepi/releases/download/v1.0/pwnagotchi-orangepi-raspios.img.xz.sha256" file_checksum_url = "https://github.com/jayofelony/orangepi/releases/download/v1.0/orangepi-raspios.img.xz.sha256"
file_urls = ["https://github.com/jayofelony/orangepi/releases/download/v1.0/pwnagotchi-orangepi-raspios.img.xz"] file_urls = ["https://github.com/jayofelony/orangepi/releases/download/v1.0/orangepi-raspios.img.xz"]
file_checksum_type = "sha256" file_checksum_type = "sha256"
file_target_extension = "xz" file_target_extension = "xz"
file_unarchive_cmd = ["unxz", "$ARCHIVE_PATH"] file_unarchive_cmd = ["unxz", "$ARCHIVE_PATH"]