Limit arches to aarch64 and x86_64
This commit is contained in:
parent
3f5ff891a2
commit
35fabddd6b
1 changed files with 6 additions and 0 deletions
|
|
@ -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]
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue