From eee569d912a304f902917bdb20bf518e5e0c413e Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 9 Dec 2025 12:00:30 +0300 Subject: [PATCH] Update config --- config.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index 1fd8941..63041ef 100644 --- a/config.yaml +++ b/config.yaml @@ -9,10 +9,5 @@ actions: - "Enable build on ppc64le" - replace: - target: "spec" - find: | - %if 0%{?rhel} - ExcludeArch: i686 %{power64} - %else - ExcludeArch: i686 - %endif + find: "ExcludeArch: i686 %{power64}" replace: "ExcludeArch: i686"