We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d307b43 commit 1cd6b99Copy full SHA for 1cd6b99
.packit.yaml
@@ -28,11 +28,16 @@ jobs:
28
- job: copr_build
29
trigger: pull_request
30
targets:
31
- centos-stream-8:
+ rhel-8:
32
additional_modules: "foreman-devel:el8"
33
additional_repos:
34
- https://yum.theforeman.org/releases/nightly/el8/x86_64/
35
- https://yum.theforeman.org/plugins/nightly/el8/x86_64/
36
+ rhel-9:
37
+ additional_modules: "foreman-devel:el9"
38
+ additional_repos:
39
+ - https://yum.theforeman.org/releases/nightly/el9/x86_64/
40
+ - https://yum.theforeman.org/plugins/nightly/el9/x86_64/
41
module_hotfixes: true
42
43
srpm_build_deps:
0 commit comments