From 3044376a3bb2e0fdb6d4d25d4c6c1b8ed1886330 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 8 Apr 2025 16:02:05 +0300 Subject: [PATCH] Bring kvm on ppc --- config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 1fd8941..8a8f90a 100644 --- a/config.yaml +++ b/config.yaml @@ -10,9 +10,10 @@ actions: - replace: - target: "spec" find: | - %if 0%{?rhel} - ExcludeArch: i686 %{power64} + ExclusiveArch: x86_64 aarch64 s390x + replace: | + %if 0%{?almalinux} >= 9 + ExclusiveArch: x86_64 aarch64 s390x ppc64le %else - ExcludeArch: i686 + ExclusiveArch: x86_64 aarch64 s390x %endif - replace: "ExcludeArch: i686"