From 4a124369424f729b7f53a98e53836620f0da36fb Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 6 Feb 2024 08:41:28 +0100 Subject: [PATCH] add architecture armhf --- builder/pwnagotchi.json.pkr.hcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index dfc1ba8e..db14ba31 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -76,6 +76,10 @@ build { inline = ["chmod +x /usr/bin/*"] } + provisioner "shell" { + inline = ["dpkg --add-architecture armhf"] + } + provisioner "file" { destination = "/etc/systemd/system/" sources = [