Compare commits

...

1 Commits
a9 ... a10s

Author SHA1 Message Date
eabdullin
eee569d912 Update config 2025-12-09 12:00:30 +03:00

View File

@ -9,10 +9,5 @@ actions:
- "Enable build on ppc64le" - "Enable build on ppc64le"
- replace: - replace:
- target: "spec" - target: "spec"
find: | find: "ExcludeArch: i686 %{power64}"
%if 0%{?rhel}
ExcludeArch: i686 %{power64}
%else
ExcludeArch: i686
%endif
replace: "ExcludeArch: i686" replace: "ExcludeArch: i686"