Skip to content

Commit

Permalink
Merge pull request #323 from Yarboa/c9s-rel-gate
Browse files Browse the repository at this point in the history
Adding epel dependency for packit relase stage
  • Loading branch information
Yarboa authored Jan 23, 2024
2 parents 5c77640 + 40d60da commit aa286fd
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,21 @@ jobs:
- <<: *copr
project: qm
targets:
- fedora-39-aarch64
- fedora-39-ppc64le
- fedora-39-x86_64
- fedora-38-aarch64
- fedora-38-ppc64le
- fedora-38-x86_64
- centos-stream-9-aarch64
- centos-stream-9-ppc64le
- centos-stream-9-x86_64
fedora-39-aarch64: {}
fedora-39-ppc64le: {}
fedora-39-x86_64: {}
fedora-38-aarch64: {}
fedora-38-ppc64le: {}
fedora-38-x86_64: {}
centos-stream-9-aarch64:
additional_repos:
- https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/
centos-stream-9-ppc64le:
additional_repos:
- https://dl.fedoraproject.org/pub/epel/9/Everything/ppc64le/
centos-stream-9-x86_64:
additional_repos:
- https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/

- job: tests
trigger: pull_request
Expand Down

0 comments on commit aa286fd

Please sign in to comment.