From d022743ec1970c3f7e1688faadd8de308f5b3b64 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 21 Jul 2023 13:44:27 +0200 Subject: [PATCH] Edited Makefile for arm64 Signed-off-by: Jeroen Oudshoorn --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 659f6f78..017e72a4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -PACKER_VERSION=1.7.2 +PACKER_VERSION=1.9.2 PWN_HOSTNAME=pwnagotchi -PWN_VERSION=master +PWN_VERSION=torch all: clean install image @@ -11,7 +11,7 @@ langs: done install: - curl https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip -o /tmp/packer.zip + curl https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_arm64.zip -o /tmp/packer.zip unzip /tmp/packer.zip -d /tmp sudo mv /tmp/packer /usr/bin/packer git clone https://github.com/solo-io/packer-plugin-arm-image /tmp/packer-plugin-arm-image