Skip to content

Commit 5a6ee2a

Browse files
committed
Add VM image build configuration for fedora 36
1 parent de29f3a commit 5a6ee2a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.packit.yaml

+24
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,27 @@ jobs:
103103
- fedora-latest # branched version, rawhide updates are created automatically
104104
- fedora-stable
105105
- epel-9
106+
107+
# vm image build
108+
- job: copr_build
109+
trigger: pull_request
110+
targets:
111+
- fedora-36-x86_64
112+
- fedora-37-x86_64
113+
project: vm-image-ogr-demo
114+
identifier: vm-image-demo
115+
116+
- job: vm_image_build
117+
trigger: pull_request
118+
copr_chroot: fedora-36-x86_64
119+
owner: packit
120+
project: vm-image-ogr-demo
121+
image_customizations:
122+
packages: [python3-ogr]
123+
image_distribution: fedora-36
124+
image_request:
125+
architecture: x86_64
126+
image_type: aws
127+
upload_request:
128+
type: aws
129+
options: {}

0 commit comments

Comments
 (0)