diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-02-13 15:00:22 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2022-02-13 15:06:24 +0100 |
commit | ebcccfd9507c6c2c074454b73716404ecc31419d (patch) | |
tree | 38a47fefcdc5e42255014f240060e58e96227e34 /.packit.yml | |
parent | ci: explicitly disable multi-status for Super-Linter (diff) | |
download | systemd-ebcccfd9507c6c2c074454b73716404ecc31419d.tar.xz systemd-ebcccfd9507c6c2c074454b73716404ecc31419d.zip |
ci: re-enable s390x Packit builds
The s390x Copr builders are finally[0] 'native' instead of QEMU-emulated,
which makes them pretty quick to be used in PRs.
[0] https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted.org/message/AR3ZDKET3EXZHV3MSU3UHMO7EIKBGAN2/
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.packit.yml b/.packit.yml index 962c77913e..6a3b8a078c 100644 --- a/.packit.yml +++ b/.packit.yml @@ -40,4 +40,5 @@ jobs: - fedora-rawhide-aarch64 - fedora-rawhide-i386 - fedora-rawhide-ppc64le + - fedora-rawhide-s390x - fedora-rawhide-x86_64 |