From a8ea07157330a824b31bd0d8e5ba791c4044f1c8 Mon Sep 17 00:00:00 2001 From: Cebion <7762208+Cebion@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:42:38 +0100 Subject: [PATCH] Fix wrong arch --- ports/barbarian/port.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/barbarian/port.json b/ports/barbarian/port.json index 08e4c7115a..d34935e4c0 100644 --- a/ports/barbarian/port.json +++ b/ports/barbarian/port.json @@ -24,7 +24,7 @@ "runtime": null, "reqs": [], "arch": [ - "aarch64" + "armhf" ] } } \ No newline at end of file