Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-31 13:07:32 +01:00
parent 9a3fed750c
commit 43b95faabf

View File

@ -1,8 +1,8 @@
packer {
required_plugins {
ansible = {
version = ">= 1.1.0"
source = "github.com/hashicorp/ansible"
version = ">= 1.0.0"
source = "github.com/cdecoux/packer-plugin-builder-arm"
}
}
}
@ -27,7 +27,6 @@ source "arm" "rpi-pwnagotchi" {
image_build_method = "resize"
image_size = "9G"
image_type = "dos"
qemu_args = ["uname -r", "6.1.21-v8+"]
image_partitions {
name = "boot"
type = "c"