From 148ecc75a697f3763f7d9eaea35e03d64174dc8d Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:19:20 -0700 Subject: [PATCH] refactor(ivsc-firmware): Specify exclusive arch in anda.hcl (#4131) (#4153) 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" }