Skip to content

Commit

Permalink
Merge pull request containers#19651 from lsm5/cherry-pick-19543-to-v4…
Browse files Browse the repository at this point in the history
….6.1-rhel

[CI:BUILD] [v4.6.1-rhel backport] Cherry pick 19543 to v4.6.1 rhel
  • Loading branch information
openshift-merge-robot authored Aug 16, 2023
2 parents 41dac3b + 106fd7d commit c3ef829
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,32 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/

# Build targets can be found at:
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/

specfile_path: rpm/podman.spec
upstream_tag_template: v{version}

srpm_build_deps:
- make

jobs:
- &copr
job: copr_build
- job: copr_build
trigger: pull_request
owner: rhcontainerbot
project: packit-builds
enable_net: true
srpm_build_deps:
- make
# keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next
targets:
- centos-stream+epel-next-8-x86_64
- centos-stream+epel-next-8-aarch64
- centos-stream+epel-next-9-x86_64
- centos-stream+epel-next-9-aarch64
additional_repos:
- "copr://rhcontainerbot/podman-next"

- <<: *copr
# Run on commit to main branch
# Run on commit to main branch
- job: copr_build
trigger: commit
branch: main
owner: rhcontainerbot
project: podman-next
enable_net: true

- job: propose_downstream
trigger: release
Expand Down

0 comments on commit c3ef829

Please sign in to comment.