Skip to content

Commit da50054

Browse files
committed
packit: Test builds on other architectures
Drop the redundant targets which are already implicitly triggered by the "tests" job.
1 parent 36b2c13 commit da50054

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packit.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ jobs:
2323
- job: copr_build
2424
trigger: pull_request
2525
targets:
26-
- fedora-all
27-
- centos-stream-9-x86_64
28-
- centos-stream-10-x86_64
26+
- fedora-latest-i386
27+
- fedora-latest-aarch64
28+
- fedora-latest-ppc64le
29+
- fedora-latest-s390x
30+
- fedora-latest-armhfp
2931

3032
- job: tests
3133
trigger: pull_request

0 commit comments

Comments
 (0)