From 756ad2ef350a99554501ea09205a2fd892214018 Mon Sep 17 00:00:00 2001 From: Owen-sz Date: Mon, 16 Mar 2026 19:29:11 -0500 Subject: [PATCH] dont build on x86_64 only Signed-off-by: Owen-sz --- anda/tools/arduino-app-lab/anda.hcl | 1 - 1 file changed, 1 deletion(-) diff --git a/anda/tools/arduino-app-lab/anda.hcl b/anda/tools/arduino-app-lab/anda.hcl index 2f9452695a..ba558edd09 100644 --- a/anda/tools/arduino-app-lab/anda.hcl +++ b/anda/tools/arduino-app-lab/anda.hcl @@ -1,5 +1,4 @@ project pkg { - arches = ["x86_64"] rpm { spec = "arduino-app-lab.spec" }