From 2441ebd5f062ddea1bb38be41627348eab6be186 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 25 Mar 2025 00:12:18 -0700 Subject: [PATCH] refactor(intel-ipu6-kmod): Specify exclusive arch in anda.hcl (#4132) (#4160) Signed-off-by: Gilver (cherry picked from commit 4204eb9f6aac7fea941596e76adc761d01d834b1) Co-authored-by: Gilver --- anda/system/intel-ipu6-kmod/anda.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/system/intel-ipu6-kmod/anda.hcl b/anda/system/intel-ipu6-kmod/anda.hcl index 77b034f644..385a9583bb 100644 --- a/anda/system/intel-ipu6-kmod/anda.hcl +++ b/anda/system/intel-ipu6-kmod/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "intel-ipu6-kmod.spec" }