Skip to content
Merged
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
11 changes: 5 additions & 6 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
# Primary targets: supported Fedora (x86_64 and aarch64 only)
# Primary targets: supported Fedora and CentOS Stream (x86_64 and aarch64 only)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This comment mentions that x86_64 and aarch64 are the primary architectures. However, the list of targets below is inconsistent as fedora-rawhide is only defined for x86_64. To ensure consistent build coverage, please consider adding the fedora-rawhide-aarch64 target.

# bcvk only supports x86_64 and aarch64 architectures
# CentOS Stream support can be added later
# - centos-stream-9-x86_64
# - centos-stream-9-aarch64
# - centos-stream-10-x86_64
# - centos-stream-10-aarch64
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-10-x86_64
- centos-stream-10-aarch64
- fedora-43-x86_64
- fedora-43-aarch64
- fedora-rawhide-x86_64
Expand Down
Loading