packit: build on every commit to main
This commit is contained in:
parent
29146e0a01
commit
7f9ed498d2
1 changed files with 13 additions and 0 deletions
13
.packit.yaml
13
.packit.yaml
|
|
@ -14,3 +14,16 @@ jobs:
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
metadata:
|
metadata:
|
||||||
targets: fedora-all
|
targets: fedora-all
|
||||||
|
- job: copr_build
|
||||||
|
trigger: commit
|
||||||
|
metadata:
|
||||||
|
branch: main
|
||||||
|
owner: "@osbuild" # copr repo namespace
|
||||||
|
project: osbuild # copr repo name so you can consume the builds
|
||||||
|
targets:
|
||||||
|
- centos-stream-8-aarch64
|
||||||
|
- centos-stream-8-x86_64
|
||||||
|
- epel-8-aarch64
|
||||||
|
- epel-8-x86_64
|
||||||
|
- fedora-all-aarch64
|
||||||
|
- fedora-all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue