Skip to content

Commit 1cd6b99

Browse files
committed
Update packit to build on RHEL 8 & 9
1 parent d307b43 commit 1cd6b99

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.packit.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ jobs:
2828
- job: copr_build
2929
trigger: pull_request
3030
targets:
31-
centos-stream-8:
31+
rhel-8:
3232
additional_modules: "foreman-devel:el8"
3333
additional_repos:
3434
- https://yum.theforeman.org/releases/nightly/el8/x86_64/
3535
- 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/
3641
module_hotfixes: true
3742

3843
srpm_build_deps:

0 commit comments

Comments
 (0)