Skip to content

Commit 298a336

Browse files
authored
Merge pull request #686 from cgwalters/build-s390x
packit: Adjust arch targets; build on s390x
2 parents 423621d + 7dae2f7 commit 298a336

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.packit.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,21 @@ jobs:
3838
- job: copr_build
3939
trigger: pull_request
4040
targets:
41+
# Primary targets are c9s and fedora:40 right now, which build
42+
# for all architectures
4143
- centos-stream-9-x86_64
4244
- centos-stream-9-aarch64
4345
- centos-stream-9-ppc64le
46+
- centos-stream-9-s390x
4447
- fedora-40-x86_64
4548
- fedora-40-aarch64
4649
- 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.
4754
- fedora-rawhide-x86_64
4855
- fedora-rawhide-aarch64
49-
- fedora-rawhide-ppc64le
5056
- rhel-9-x86_64
5157
- rhel-9-aarch64
5258

0 commit comments

Comments
 (0)