Limit arches to aarch64 and x86_64

This commit is contained in:
Kalev Lember 2022-10-09 09:04:56 +02:00
commit 35fabddd6b

View file

@ -21,19 +21,25 @@ data:
default:
rpms:
- quearcode
buildopts:
arches: [aarch64, x86_64]
components:
rpms:
python-olefile:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
python-pillow:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
python-qrcode:
rationale: Runtime dependency
ref: f37
arches: [aarch64, x86_64]
quearcode:
rationale: Application package
ref: f37
buildorder: 10
arches: [aarch64, x86_64]
...