Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-07-01 16:00:09 +02:00
parent 62c324730c
commit 956c083985
3 changed files with 5 additions and 7 deletions

View File

@ -1,9 +1,5 @@
packer { packer {
required_plugins { required_plugins {
#arm = {
# version = ">=1.0.0"
# source = "github.com/michalfita/cross"
#}
ansible = { ansible = {
source = "github.com/hashicorp/ansible" source = "github.com/hashicorp/ansible"
version = ">= 1.1.1" version = ">= 1.1.1"
@ -27,7 +23,9 @@ source "arm-image" "rpi32-pwnagotchi" {
qemu_binary = "qemu-arm-static" qemu_binary = "qemu-arm-static"
qemu_args = ["-cpu", "arm1176"] qemu_args = ["-cpu", "arm1176"]
image_arch = "arm" image_arch = "arm"
image_mounts = ["/boot/firmware","/"]
target_image_size = 9969908736 target_image_size = 9969908736
last_partition_extra_size = 9221225472
} }
build { build {