mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08:00
Merge pull request #15375 from lsm5/packit-f37
Packit: Enable scratch build testing for Fedora 36, 37 and Rawhide
This commit is contained in:
18
.packit.yaml
Normal file
18
.packit.yaml
Normal 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
|
Reference in New Issue
Block a user