We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d92a57 commit 50b14c2Copy full SHA for 50b14c2
.packit.yaml
@@ -7,18 +7,31 @@ jobs:
7
trigger: pull_request
8
enable_net: True
9
targets:
10
- - rhel-10-x86_64
11
- - rhel-9-x86_64
+ - epel-10-x86_64
12
- fedora-latest-x86_64
13
14
- job: copr_build
15
trigger: commit
16
branch: main
+ project: cvetool-testing
17
preserve_project: True
18
19
20
- epel-10-x86_64
21
- epel-9-x86_64
22
- rhel-10-x86_64
23
- rhel-9-x86_64
24
- - fedora-latest-x86_64
+ - fedora-stable-x86_64
25
+
26
+- job: copr_build
27
+ trigger: release
28
+ branch: main
29
+ project: cvetool
30
+ preserve_project: True
31
+ enable_net: True
32
+ targets:
33
34
+ - epel-9-x86_64
35
+ - rhel-10-x86_64
36
+ - rhel-9-x86_64
37
0 commit comments