We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 423621d + 7dae2f7 commit 298a336Copy full SHA for 298a336
.packit.yaml
@@ -38,15 +38,21 @@ jobs:
38
- job: copr_build
39
trigger: pull_request
40
targets:
41
+ # Primary targets are c9s and fedora:40 right now, which build
42
+ # for all architectures
43
- centos-stream-9-x86_64
44
- centos-stream-9-aarch64
45
- centos-stream-9-ppc64le
46
+ - centos-stream-9-s390x
47
- fedora-40-x86_64
48
- fedora-40-aarch64
49
- fedora-40-ppc64le
50
+ - fedora-40-s390x
51
+ # Sanity check on secondary targets, fewer architectures just
52
+ # because the chance that we break e.g. ppc64le *just* on
53
+ # rawhide is basically nil.
54
- fedora-rawhide-x86_64
55
- fedora-rawhide-aarch64
- - fedora-rawhide-ppc64le
56
- rhel-9-x86_64
57
- rhel-9-aarch64
58
0 commit comments