Fix hollywood to only build on x86 (#10764) (#10767)

(cherry picked from commit 2c41d9bf28)

Signed-off-by: apolunar <54181160+apolunar@users.noreply.github.com>
Co-authored-by: apolunar <54181160+apolunar@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-03-20 19:11:00 -07:00
committed by GitHub
parent 62255a7f43
commit 1550c8fee8
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "hollywood.spec"
}