Skip to content

Commit

Permalink
Merge pull request #25 from samcday/packit
Browse files Browse the repository at this point in the history
packit: customize jobs (#23)
  • Loading branch information
samcday authored Aug 19, 2024
2 parents e2fe37f + f432d22 commit 1090c58
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,28 @@ files_to_sync:
- .packit.yaml
upstream_package_name: phrog
downstream_package_name: phrog
jobs:
# Build PRs
- job: copr_build
trigger: pull_request
additional_repos: [copr://samcday/phrog-nightly]
targets:
- fedora-40-aarch64
- fedora-40-x86_64
- fedora-41-aarch64
- fedora-41-x86_64
- fedora-rawhide-aarch64
- fedora-rawhide-x86_64

# Build main commits in samcday/phrog-nightly COPR
- job: copr_build
trigger: commit
branch: main
owner: "@samcday"
project: phrog-nightly

# Build tagged releases in samcday/phrog COPR
- job: copr_build
trigger: release
owner: "@samcday"
project: phrog

0 comments on commit 1090c58

Please sign in to comment.