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

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