From a0a6b59f5d27bf13846c2d8a077767645636fdc2 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:19:34 -0700 Subject: [PATCH] refactor(ivsc-firmware): Specify exclusive arch in anda.hcl (#4131) (#4154) Signed-off-by: Gilver (cherry picked from commit 3154d870efd00e1c01700c31597ad03275042194) Co-authored-by: Gilver --- anda/system/ivsc-firmware/anda.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/system/ivsc-firmware/anda.hcl b/anda/system/ivsc-firmware/anda.hcl index 3417d3cddf..b7195b71fe 100644 --- a/anda/system/ivsc-firmware/anda.hcl +++ b/anda/system/ivsc-firmware/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "ivsc-firmware.spec" }