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