From a6cb0094fa7f4b09f4bb993d3740083816c1bb37 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 1 May 2026 07:42:09 +0200 Subject: [PATCH] Build kernel-doc and kABI stablelists on x86_64 instead of aarch64 --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 5ad6037..b5b20fd 100644 --- a/config.yaml +++ b/config.yaml @@ -180,7 +180,7 @@ actions: %define with_kernel_abi_stablelists 0 %endif replace: | - %ifnarch aarch64 + %ifnarch x86_64 %define with_kernel_abi_stablelists 0 %endif count: 1 @@ -193,7 +193,7 @@ actions: %endif replace: | # only package docs noarch - %ifnarch aarch64 + %ifnarch x86_64 %define with_doc 0 %define doc_build_fail true %endif