You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
762 B
29 lines
762 B
From 395bf82a5950b7e3bfe974d3f4d52ee2fb5a9e56 Mon Sep 17 00:00:00 2001
|
|
From: Frantisek Sumsal <frantisek@sumsal.cz>
|
|
Date: Thu, 4 Nov 2021 12:31:32 +0100
|
|
Subject: [PATCH] ci: use C9S chroots in Packit
|
|
|
|
rhel-only
|
|
Related: #2138081
|
|
---
|
|
.packit.yml | 9 ++++-----
|
|
1 file changed, 4 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/.packit.yml b/.packit.yml
|
|
index d0eebab181..35938f3586 100644
|
|
--- a/.packit.yml
|
|
+++ b/.packit.yml
|
|
@@ -38,8 +38,7 @@ jobs:
|
|
trigger: pull_request
|
|
metadata:
|
|
targets:
|
|
- - fedora-rawhide-aarch64
|
|
- - fedora-rawhide-i386
|
|
- - fedora-rawhide-ppc64le
|
|
- - fedora-rawhide-s390x
|
|
- - fedora-rawhide-x86_64
|
|
+ - centos-stream-9-aarch64
|
|
+ - centos-stream-9-ppc64le
|
|
+ - centos-stream-9-s390x
|
|
+ - centos-stream-9-x86_64
|