From 1550c8fee860904be23676b75db6a805cf8aa351 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 20 Mar 2026 19:11:00 -0700 Subject: [PATCH] Fix hollywood to only build on x86 (#10764) (#10767) (cherry picked from commit 2c41d9bf28f0f87569904ec5695d827f7f437630) Signed-off-by: apolunar <54181160+apolunar@users.noreply.github.com> Co-authored-by: apolunar <54181160+apolunar@users.noreply.github.com> --- anda/misc/hollywood/anda.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/misc/hollywood/anda.hcl b/anda/misc/hollywood/anda.hcl index 61b2004374..7593d84d9c 100644 --- a/anda/misc/hollywood/anda.hcl +++ b/anda/misc/hollywood/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "hollywood.spec" }