mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
chore: build the package in EPEL 7 too, but x86_64 only
Building for other architectures is mostly wasting of Copr/Packit resources. Closes: #58
This commit is contained in:
parent
11d258a0a4
commit
ea481483c4
1 changed files with 4 additions and 3 deletions
|
@ -21,9 +21,10 @@ jobs:
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
metadata:
|
metadata:
|
||||||
targets:
|
targets:
|
||||||
- fedora-all
|
- fedora-all-x86_64
|
||||||
- epel-8
|
- epel-7-x86_64
|
||||||
- epel-9
|
- epel-8-x86_64
|
||||||
|
- epel-9-x86_64
|
||||||
|
|
||||||
- <<: *copr
|
- <<: *copr
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
|
Loading…
Add table
Reference in a new issue