Skip to content

Commit

Permalink
packit: Adjust arch targets; build on s390x
Browse files Browse the repository at this point in the history
- Add s390x because it's a target too
- Drop other arches for non-primary targets just because
  the chance they break is basically nil

Signed-off-by: Colin Walters <walters@verbum.org>
  • Loading branch information
cgwalters committed Jul 16, 2024
1 parent c866bba commit 7dae2f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,21 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
# Primary targets are c9s and fedora:40 right now, which build
# for all architectures
- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-9-ppc64le
- centos-stream-9-s390x
- fedora-40-x86_64
- fedora-40-aarch64
- fedora-40-ppc64le
- fedora-40-s390x
# Sanity check on secondary targets, fewer architectures just
# because the chance that we break e.g. ppc64le *just* on
# rawhide is basically nil.
- fedora-rawhide-x86_64
- fedora-rawhide-aarch64
- fedora-rawhide-ppc64le
- rhel-9-x86_64
- rhel-9-aarch64

Expand Down

0 comments on commit 7dae2f7

Please sign in to comment.