We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de29f3a commit 5a6ee2aCopy full SHA for 5a6ee2a
.packit.yaml
@@ -103,3 +103,27 @@ jobs:
103
- fedora-latest # branched version, rawhide updates are created automatically
104
- fedora-stable
105
- 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
118
+ copr_chroot: fedora-36-x86_64
119
+ owner: packit
120
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