aboutsummaryrefslogtreecommitdiffstats
path: root/.packit.yaml
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2021-07-21 11:46:53 -0400
committerJake Hunsaker <jhunsake@redhat.com>2021-07-27 15:52:52 -0400
commit3a32e59303acc13e89d36f704a7ed6ac478e55ef (patch)
treecffaeeb52e92441acde26470dbf24199a600b3fa /.packit.yaml
parente325f38ea9570572b5bdbd9b6c24956deeb9a317 (diff)
downloadsos-3a32e59303acc13e89d36f704a7ed6ac478e55ef.tar.gz
[packit] Update packit configuration
Updates the packit configuration to enable GH comment notifications, as well as expand the architectures the COPR RPMs are built for. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.packit.yaml')
-rw-r--r--.packit.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.packit.yaml b/.packit.yaml
index b0700f96..4c24fc97 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -3,10 +3,16 @@ jobs:
- job: copr_build
metadata:
targets:
- - fedora-rawhide-x86_64
+ - fedora-development-x86_64
+ - fedora-development-aarch64
+ - fedora-development-ppc64le
+ - fedora-development-s390x
trigger: pull_request
specfile_path: sos.spec
synced_files:
- sos.spec
- .packit.yaml
upstream_package_name: sos
+notifications:
+ pull_request:
+ successful_build: true