From e3ea80f2fdd7ece461b4ddcef4a095b17483f002 Mon Sep 17 00:00:00 2001 From: sadlerm4 Date: Sun, 16 Feb 2025 02:53:50 +1100 Subject: [PATCH] fix(chromebook-usbc-fix): specify x86_64 arch in spec (#3352) * fix(chromebook-usbc-fix): specify x86_64 arch in spec * specify arch in anda config file too --- anda/system/chromebook-usbc-fix/anda.hcl | 15 ++++++++------- .../chromebook-usbc-fix/chromebook-usbc-fix.spec | 2 ++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/anda/system/chromebook-usbc-fix/anda.hcl b/anda/system/chromebook-usbc-fix/anda.hcl index c1c46b66d7..ba34edc286 100644 --- a/anda/system/chromebook-usbc-fix/anda.hcl +++ b/anda/system/chromebook-usbc-fix/anda.hcl @@ -1,8 +1,9 @@ project pkg { - rpm { - spec = "chromebook-usbc-fix.spec" - } - labels { - nightly = "1" - } -} \ No newline at end of file + arches = ["x86_64"] + rpm { + spec = "chromebook-usbc-fix.spec" + } + labels { + nightly = "1" + } +} diff --git a/anda/system/chromebook-usbc-fix/chromebook-usbc-fix.spec b/anda/system/chromebook-usbc-fix/chromebook-usbc-fix.spec index a293cecdc7..1a77b3bfb3 100644 --- a/anda/system/chromebook-usbc-fix/chromebook-usbc-fix.spec +++ b/anda/system/chromebook-usbc-fix/chromebook-usbc-fix.spec @@ -19,6 +19,8 @@ Packager: Owen Zimmerman %{?systemd_requires} BuildRequires: systemd-rpm-macros +ExclusiveArch: x86_64 + %description %summary