Skip to content

Commit

Permalink
Update packit configuration
Browse files Browse the repository at this point in the history
* Fix packit for EL8
* Add EL9 support
  • Loading branch information
nadjaheitmann committed Oct 9, 2024
1 parent 0027eb2 commit 27a49ed
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
centos-stream-8:
additional_modules: "foreman:el8,nodejs:14"
rhel-8:
additional_modules: "foreman-devel:el8"
additional_repos:
- http://koji.katello.org/releases/yum/foreman-nightly/el8/x86_64/
- http://yum.theforeman.org/plugins/nightly/el8/x86_64/
- https://yum.theforeman.org/releases/nightly/el8/x86_64/
- https://yum.theforeman.org/plugins/nightly/el8/x86_64/
rhel-9:
additional_repos:
- https://yum.theforeman.org/releases/nightly/el9/x86_64/
- https://yum.theforeman.org/plugins/nightly/el9/x86_64/
module_hotfixes: true

srpm_build_deps:
Expand Down

0 comments on commit 27a49ed

Please sign in to comment.