We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de29f3a commit 9d8b854Copy full SHA for 9d8b854
.packit.yaml
@@ -103,3 +103,26 @@ 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: commit
110
+ branch: main
111
+ targets:
112
+ - fedora-36
113
+ project: ogr-demo
114
115
+ - job: vm_image_build
116
+ trigger: pull_request
117
+ copr_chroot: fedora-36-x86_64
118
+ owner: packit
119
120
+ image_customizations:
121
+ packages: [python3-ogr]
122
+ image_distribution: fedora-36
123
+ image_request:
124
+ architecture: x86_64
125
+ image_type: aws
126
+ upload_request:
127
+ type: aws
128
+ options: {}
0 commit comments