Skip to content

Commit

Permalink
Build f41 and f40 copr repos with additional repo
Browse files Browse the repository at this point in the history
Allow testing against recently release libcryptsetup-rs.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
the Mulhern committed Jan 27, 2025
1 parent 8e3a807 commit 904a9b7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,21 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- fedora-development

- job: copr_build
trigger: pull_request
additional_repos:
- https://dl.fedoraproject.org/pub/fedora/linux/updates/testing/41/Everything/x86_64/
targets:
- fedora-41

- job: copr_build
trigger: pull_request
additional_repos:
- https://dl.fedoraproject.org/pub/fedora/linux/updates/testing/40/Everything/x86_64/
targets:
- fedora-40

- job: tests
identifier: local
Expand Down

0 comments on commit 904a9b7

Please sign in to comment.