Commit 5a6ee2a 1 parent de29f3a commit 5a6ee2a Copy full SHA for 5a6ee2a
File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -103,3 +103,27 @@ jobs:
103
103
- fedora-latest # branched version, rawhide updates are created automatically
104
104
- fedora-stable
105
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
+ 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 : {}
You can’t perform that action at this time.
0 commit comments