Temporarily disable the arch restrictions

I see module build failures that I don't see locally and the only thing
I have here different is the arch restrictions reverted as fedmod or
some part of it doesn't support them.
This commit is contained in:
Tomas Popela 2022-04-19 11:17:01 +02:00
commit 13aedede54

View file

@ -22,29 +22,22 @@ data:
default:
rpms:
- hydrapaper
buildopts:
arches: [aarch64, x86_64]
components:
rpms:
dbus-python:
rationale: Runtime dependency
ref: f35
arches: [aarch64,x86_64]
hydrapaper:
rationale: Application package
ref: f35
arches: [aarch64,x86_64]
buildorder: 10
libadwaita:
rationale: Runtime dependency
ref: f35
arches: [aarch64,x86_64]
python-olefile:
rationale: Runtime dependency
ref: f35
arches: [aarch64,x86_64]
python-pillow:
rationale: Runtime dependency
ref: f35
arches: [aarch64,x86_64]
...