From 3a32e59303acc13e89d36f704a7ed6ac478e55ef Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Wed, 21 Jul 2021 11:46:53 -0400 Subject: [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 --- .packit.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.packit.yaml') 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 -- cgit