From 25a7f01e192d3c09e89d0bac7655a92151dae757 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 3 Nov 2023 18:19:40 +0100 Subject: [PATCH] v2.5.1 Signed-off-by: Jeroen Oudshoorn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15e0e152..ecb50682 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ $(SDIST): setup.py pwnagotchi $(PWN_RELEASE).img: | $(PACKER) # If the packer or ansible files are updated, rebuild the image. -$(PWN_RELEASE).img: $(SDIST) builder/pwnagotchi.json.pkr.hcl $(shell find builder/data -type f) +$(PWN_RELEASE).img: $(SDIST) builder/pwnagotchi.json.pkr.hcl raspberrypi32.yml raspberrypi64.yml orangepi.yml build_install_gopkg.yml nexmon.yml $(shell find builder/data -type f) # sudo $(PACKER) plugins install github.com/solo-io/arm-image # sudo $(PACKER) plugins install github.com/hashicorp/ansible