From 2b3698dc8f467df5e42bef01e6dd0fcdb877c7fa Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 12 May 2026 15:28:33 -0500 Subject: [PATCH] only build on x86 runners --- anda/devs/zsh-autocomplete/anda.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/devs/zsh-autocomplete/anda.hcl b/anda/devs/zsh-autocomplete/anda.hcl index 6385138a40..79467cd00b 100644 --- a/anda/devs/zsh-autocomplete/anda.hcl +++ b/anda/devs/zsh-autocomplete/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "zsh-autocomplete.spec" }