diff --git a/Makefile b/Makefile index 3f10ad8d..4dfd756e 100644 --- a/Makefile +++ b/Makefile @@ -64,5 +64,5 @@ pwnagotchi: $(SDIST) builder/pwnagotchi.json.pkr.hcl builder/raspberrypi64.yml $ image: pwnagotchi clean: - - rm -rf build dist pwnagotchi.egg-info + - rm -rf dist pwnagotchi.egg-info - rm -f $(PACKER) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index c08ff651..f2d6c098 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -2,10 +2,10 @@ # https://github.com/mkaczanowski/packer-builder-arm/pull/172 packer { required_plugins { - #arm = { - # version = "~> 1" - # source = "github.com/cdecoux/builder-arm" - #} + arm = { + version = "~> 1" + source = "github.com/cdecoux/packer-plugin-builder-arm" + } ansible = { source = "github.com/hashicorp/ansible" version = "~> 1"