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

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Owen Zimmerman
2025-12-17 08:13:29 -06:00
committed by GitHub
parent 1fb2861f59
commit 62731e5a39
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "spotx-bash.spec"
}