Skip to content
Closed
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
7 changes: 5 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
targets:
- fedora-stable-aarch64
- fedora-stable-ppc64le
- fedora-stable-s390x
# s390x disabled: COPR uses QEMU user-mode emulation which has a bug in
# netlink RTM_GETLINK rtattr byte-order translation. See PR #506 for details.
# Native s390x builds work fine in Koji. QEMU bug report submitted upstream.
# - fedora-stable-s390x
- fedora-all-x86_64
- job: copr_build
trigger: pull_request
Expand All @@ -41,5 +44,5 @@ jobs:
targets:
- fedora-stable-aarch64
- fedora-stable-ppc64le
- fedora-stable-s390x
# - fedora-stable-s390x
- fedora-all-x86_64
Loading