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

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