From 62731e5a39136a7bf18fb68ea4f7e064524472e8 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:13:29 -0600 Subject: [PATCH] fix (spotx-bash): only build on x86_64 runners (#8416) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/spotx-bash/anda.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/tools/spotx-bash/anda.hcl b/anda/tools/spotx-bash/anda.hcl index 82bb67736e..eb6f874c8f 100644 --- a/anda/tools/spotx-bash/anda.hcl +++ b/anda/tools/spotx-bash/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "spotx-bash.spec" }