forked from cri-o/cri-o
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.packit.yaml
32 lines (30 loc) · 837 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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: cri-o.spec
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: cri-o
upstream_tag_template: v{version}
# downstream (Fedora) RPM package name
downstream_package_name: cri-o
actions:
post-upstream-clone: "wget https://src.fedoraproject.org/rpms/cri-o/raw/rawhide/f/cri-o.spec -O cri-o.spec"
srpm_build_deps: ["wget"]
jobs:
- job: copr_build
trigger: commit
owner: "@OKD"
project: okd
targets:
- centos-stream-9-aarch64
- centos-stream-9-x86_64
- fedora-all-aarch64
- fedora-all-x86_64
- job: copr_build
trigger: release
owner: "@OKD"
project: okd
targets:
- centos-stream-9-aarch64
- centos-stream-9-x86_64
- fedora-all-aarch64
- fedora-all-x86_64