diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..e69de29b
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 00000000..105ce2da
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 00000000..091b73e3
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..162b7b57
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/ogr.iml b/.idea/ogr.iml
new file mode 100644
index 00000000..7634a9bd
--- /dev/null
+++ b/.idea/ogr.iml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..94a25f7f
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.packit.yaml b/.packit.yaml
index c39e3e92..519d95b6 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -103,3 +103,26 @@ jobs:
- fedora-latest # branched version, rawhide updates are created automatically
- fedora-stable
- epel-9
+
+ # vm image build
+ - job: copr_build
+ trigger: pull_request
+ targets:
+ - fedora-36-x86_64
+ - fedora-37-x86_64
+ project: vm-image-ogr-demo
+
+ - job: vm_image_build
+ trigger: pull_request
+ copr_chroot: fedora-36-x86_64
+ owner: packit
+ project: vm-image-ogr-demo
+ image_customizations:
+ packages: [python3-ogr]
+ image_distribution: fedora-36
+ image_request:
+ architecture: x86_64
+ image_type: aws
+ upload_request:
+ type: aws
+ options: {}