Skip to content

Commit 641d36d

Browse files
committed
Add VM image build configuration for fedora 36
1 parent de29f3a commit 641d36d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.packit.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,19 @@ jobs:
103103
- fedora-latest # branched version, rawhide updates are created automatically
104104
- fedora-stable
105105
- epel-9
106+
107+
# vm image build
108+
- job: vm_image_build
109+
trigger: pull_request
110+
copr_chroot: fedora-36-x86_64
111+
owner: mmassari
112+
project: knx-stack
113+
image_customizations:
114+
packages: [python-ogr]
115+
image_distribution: fedora-36
116+
image_request:
117+
architecture: x86_64
118+
image_type: aws
119+
upload_request:
120+
type: aws
121+
options: {}

0 commit comments

Comments
 (0)