From f0c2e6e2f3be90e138aacbf74cb7532737e00464 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 22 Feb 2025 14:37:32 -0600 Subject: [PATCH] Update dkms-xone HCL Signed-off-by: Gilver --- anda/system/xone/dkms/anda.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anda/system/xone/dkms/anda.hcl b/anda/system/xone/dkms/anda.hcl index a606786707..3c9799ea66 100644 --- a/anda/system/xone/dkms/anda.hcl +++ b/anda/system/xone/dkms/anda.hcl @@ -1,8 +1,10 @@ project pkg { + arches=["x86_64"] rpm { spec = "dkms-xone.spec" } labels { mock = 1 + nightly = 1 } }