Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 28 additions & 4 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,41 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
- centos-stream-10
- fedora-all
- rhel-8-x86_64
- rhel-8-aarch64
- rhel-9-x86_64
- rhel-9-aarch64
- rhel-10-x86_64
- rhel-10-aarch64
- rhel-10-s390x
- rhel-10-ppc64le
- centos-stream-10-x86_64
- centos-stream-10-aarch64
- centos-stream-10-s390x
- centos-stream-10-ppc64le
- fedora-all-x86_64
- fedora-all-aarch64

- job: copr_build
trigger: commit
branch: main
owner: "@yggdrasil"
project: latest
targets:
- centos-stream-10
- fedora-all
- rhel-8-x86_64
- rhel-8-aarch64
- rhel-9-x86_64
- rhel-9-aarch64
- rhel-10-x86_64
- rhel-10-aarch64
- rhel-10-s390x
- rhel-10-ppc64le
- centos-stream-10-x86_64
- centos-stream-10-aarch64
- centos-stream-10-s390x
- centos-stream-10-ppc64le
- fedora-all-x86_64
- fedora-all-aarch64

# - job: tests
# trigger: pull_request
Expand Down
Loading