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 9d8b854
Showing 1 changed file with 23 additions and 0 deletions.
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: commit
branch: main
targets:
- fedora-36
project: ogr-demo

- job: vm_image_build
trigger: pull_request
copr_chroot: fedora-36-x86_64
owner: packit
project: 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 9d8b854

Please sign in to comment.