From 4fbd64422302bba1b7ea77aec6d1b1395f30efaf Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 17 Dec 2025 06:16:20 -0800 Subject: [PATCH] fix (spotx-bash): only build on x86_64 runners (#8416) (#8427) --- 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" }