Merge pull request #15375 from lsm5/packit-f37

Packit: Enable scratch build testing for Fedora 36, 37 and Rawhide
This commit is contained in:
OpenShift Merge Robot 2022-08-24 05:51:41 -04:00 committed by GitHub
commit bbd8b64a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.packit.yaml Normal file
View File

@ -0,0 +1,18 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
upstream_package_name: podman
downstream_package_name: podman
actions:
post-upstream-clone:
- "curl -O https://src.fedoraproject.org/rpms/podman/raw/main/f/podman.spec"
jobs:
- job: production_build
trigger: pull_request
targets: &production_dist_targets
- fedora-36
- fedora-37
- fedora-rawhide
scratch: true