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

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