diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-02-10 15:06:40 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-02-10 16:34:22 +0100 |
commit | 58bc1735fed62bc7426187a80d166369569e799a (patch) | |
tree | 92a3e8b5ce740ee9325d727f51992c8698ae1b33 /.packit.yml | |
parent | Merge pull request #18506 from keszybz/fuzz-systemctl-parse-argv (diff) | |
download | systemd-58bc1735fed62bc7426187a80d166369569e799a.tar.xz systemd-58bc1735fed62bc7426187a80d166369569e799a.zip |
ci: build on Fedora ELN as well
ELN builds with a slightly different content set and RHEL-like options,
which should, theoretically, help a bit with RHEL stuff.
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.packit.yml b/.packit.yml index e1ace861dd..49f684c47b 100644 --- a/.packit.yml +++ b/.packit.yml @@ -43,3 +43,5 @@ jobs: - fedora-rawhide-aarch64 - fedora-rawhide-i386 - fedora-rawhide-x86_64 + - fedora-eln-aarch64 + - fedora-eln-x86_64 |