Enable building for ppc64le
This commit is contained in:
parent
53a4d4cf45
commit
81e1fc3b55
12
config.yaml
12
config.yaml
@ -20,6 +20,17 @@ actions:
|
||||
extra=--with-supermin-packager-config=$(pwd)/yum.conf
|
||||
count: 1
|
||||
|
||||
- target: "spec"
|
||||
find: |
|
||||
# No qemu-kvm on POWER (RHBZ#1946532).
|
||||
ExcludeArch: %{power64}
|
||||
replace: |
|
||||
%if 0%{?almalinux} < 9
|
||||
# No qemu-kvm on POWER (RHBZ#1946532).
|
||||
ExcludeArch: %{power64}
|
||||
%endif
|
||||
count: 1
|
||||
|
||||
- modify_release:
|
||||
- suffix: ".alma.1"
|
||||
enabled: true
|
||||
@ -30,3 +41,4 @@ actions:
|
||||
line:
|
||||
- "Fix build for AlmaLinux"
|
||||
- "Avoid permission denied for yum/dnf cache"
|
||||
- "Enable building for ppc64le"
|
||||
|
Loading…
Reference in New Issue
Block a user