diff --git a/.packit.yaml b/.packit.yaml index e72bfb15..1e20f1bc 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -30,8 +30,12 @@ jobs: failure_comment: message: "Ephemeral COPR build failed. @containers/packit-build please check." targets: - fedora-all-x86_64: {} - fedora-all-aarch64: {} + fedora-development-x86_64: {} + fedora-development-aarch64: {} + fedora-latest-x86_64: {} + fedora-latest-aarch64: {} + fedora-latest-stable-x86_64: {} + fedora-latest-stable-aarch64: {} fedora-eln-x86_64: additional_repos: - "https://kojipkgs.fedoraproject.org/repos/eln-build/latest/x86_64/" @@ -51,14 +55,15 @@ jobs: - centos-stream-10-aarch64 enable_net: true - - job: copr_build - trigger: pull_request - packages: [skopeo-rhel] - notifications: *copr_build_failure_notification - targets: - - epel-9-x86_64 - - epel-9-aarch64 - enable_net: true + # Disabled until there is go 1.22 in epel-9 + # - job: copr_build + # trigger: pull_request + # packages: [skopeo-rhel] + # notifications: *copr_build_failure_notification + # targets: + # - epel-9-x86_64 + # - epel-9-aarch64 + # enable_net: true # Run on commit to main branch - job: copr_build