From 2a8910d644181c6774e91cc570eb1644bcd33611 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 22 Feb 2025 14:28:00 -0600 Subject: [PATCH] Move and fix kmod-common HCL Signed-off-by: Gilver --- anda/system/xone/{ => xone-kmod-common}/anda.hcl | 2 ++ 1 file changed, 2 insertions(+) rename anda/system/xone/{ => xone-kmod-common}/anda.hcl (56%) diff --git a/anda/system/xone/anda.hcl b/anda/system/xone/xone-kmod-common/anda.hcl similarity index 56% rename from anda/system/xone/anda.hcl rename to anda/system/xone/xone-kmod-common/anda.hcl index 647f867db9..78c3e2c23c 100644 --- a/anda/system/xone/anda.hcl +++ b/anda/system/xone/xone-kmod-common/anda.hcl @@ -1,8 +1,10 @@ project pkg { + arches = ["x86_64"] rpm { spec = "xone-kmod-common.spec" } labels { mock = 1 + nightly = 1 } }