From 3a7bbc1a47156c11e2c82e52221fe551f03637e0 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 7 Sep 2023 10:59:01 -0400 Subject: [PATCH] Packit: reuse copr targets for podman-next Fedora 37 is already disabled on the podman-next copr for this package but that setting doesn't seem to be honoured atm. This commit reuses copr targets so builds for f37 are disabled via packit. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 744ae059c..4d82eb5f8 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -17,7 +17,7 @@ jobs: trigger: pull_request enable_net: true # keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next - targets: + targets: &copr_targets - fedora-rawhide-aarch64 - fedora-rawhide-x86_64 - fedora-eln-aarch64 @@ -38,6 +38,7 @@ jobs: branch: main owner: rhcontainerbot project: podman-next + targets: *copr_targets - job: propose_downstream trigger: release