Skip to content

Commit

Permalink
Packit: reuse copr targets for podman-next
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lsm5 committed Sep 7, 2023
1 parent 4f1bed3 commit 3a7bbc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,6 +38,7 @@ jobs:
branch: main
owner: rhcontainerbot
project: podman-next
targets: *copr_targets

- job: propose_downstream
trigger: release
Expand Down

0 comments on commit 3a7bbc1

Please sign in to comment.