diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index 3d4b54ec..af01a858 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -1,3 +1,12 @@ +packer { + required_plugins { + arm = { + version = ">= 1.0.0" + source = "github.com/cdecoux/builder-arm" + } + } +} + variable "pwn_hostname" { type = string }