diff --git a/.packit.yml b/.packit.yml index 2f7be4427..d61beb735 100644 --- a/.packit.yml +++ b/.packit.yml @@ -7,8 +7,20 @@ jobs: - job: copr_build trigger: pull_request targets: - - centos-stream-10 - - fedora-all + - rhel-8-x86_64 + - rhel-8-aarch64 + - rhel-9-x86_64 + - rhel-9-aarch64 + - rhel-10-x86_64 + - rhel-10-aarch64 + - rhel-10-s390x + - rhel-10-ppc64le + - centos-stream-10-x86_64 + - centos-stream-10-aarch64 + - centos-stream-10-s390x + - centos-stream-10-ppc64le + - fedora-all-x86_64 + - fedora-all-aarch64 - job: copr_build trigger: commit @@ -16,8 +28,20 @@ jobs: owner: "@yggdrasil" project: latest targets: - - centos-stream-10 - - fedora-all + - rhel-8-x86_64 + - rhel-8-aarch64 + - rhel-9-x86_64 + - rhel-9-aarch64 + - rhel-10-x86_64 + - rhel-10-aarch64 + - rhel-10-s390x + - rhel-10-ppc64le + - centos-stream-10-x86_64 + - centos-stream-10-aarch64 + - centos-stream-10-s390x + - centos-stream-10-ppc64le + - fedora-all-x86_64 + - fedora-all-aarch64 # - job: tests # trigger: pull_request