From e2f50a38148f3a762f0868524dfca7a7fdf12945 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 15 Feb 2025 07:54:58 -0800 Subject: [PATCH] fix(chromebook-usbc-fix): specify x86_64 arch in spec (#3352) (#3365) * fix(chromebook-usbc-fix): specify x86_64 arch in spec * specify arch in anda config file too (cherry picked from commit e3ea80f2fdd7ece461b4ddcef4a095b17483f002) Co-authored-by: sadlerm4 --- 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