-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.packit.yaml
37 lines (32 loc) · 1001 Bytes
/
.packit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: quipucords-installer.spec
upstream_project_url: https://github.com/quipucords/quipucords-installer
jobs:
- job: copr_build
trigger: pull_request
targets: &targets_list
# we officially support rhel-8 and rhel-9 downstream.
- rhel-8-x86_64
- rhel-8-aarch64
- rhel-9-x86_64
- rhel-9-aarch64
# centos-stream is like a preview of upcoming rhel.
- centos-stream-9-x86_64
- centos-stream-9-aarch64
# fedora is like an even farther future preview.
- fedora-40-x86_64
- fedora-40-aarch64
- job: copr_build
trigger: commit
branch: "^main$"
owner: "@quipucords"
project: "quipucords-installer-latest"
preserve_project: True
targets: *targets_list
- job: copr_build
trigger: release
owner: "@quipucords"
project: "quipucords-installer"
preserve_project: True
targets: *targets_list