From 4e3eb5efbf72c6ce23c72fa1012763e53511e3c4 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 1 May 2026 07:41:56 +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 93d9d7a..44643bf 100644 --- a/config.yaml +++ b/config.yaml @@ -154,7 +154,7 @@ actions: %define with_kernel_abi_stablelists 0 %endif replace: | - %ifnarch aarch64 + %ifnarch x86_64 %define with_kernel_abi_stablelists 0 %endif count: 1 @@ -167,7 +167,7 @@ actions: %endif replace: | # only package docs noarch - %ifnarch aarch64 + %ifnarch x86_64 %define with_doc 0 %define doc_build_fail true %endif