Skip to content

Commit

Permalink
Add VM image build configuration for fedora 36
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini committed Dec 15, 2022
1 parent de29f3a commit d6d81c1
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 0 deletions.
Empty file added .idea/.gitignore
Empty file.
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/ogr.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}

0 comments on commit d6d81c1

Please sign in to comment.