fix (spotx-bash): only build on x86_64 runners (#8416) (#8429)

This commit is contained in:
Raboneko
2025-12-17 06:16:45 -08:00
committed by GitHub
parent cd337ca514
commit 3e749a1454
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "spotx-bash.spec"
}