diff options
author | Andrea Bolognani <abologna@redhat.com> | 2023-12-11 16:43:08 +0100 |
---|---|---|
committer | Michal Prívozník <michal@privoznik.com> | 2023-12-12 08:00:21 +0000 |
commit | a291ffef84eadfeb0484f4c3945dd582558f0a00 (patch) | |
tree | f5adeb2e1274087bd5ae103c1d7bc0654af37936 | |
parent | 25800f00cc669c9b23826ef959700b49fc77c018 (diff) | |
download | libvirt-ci-a291ffef84eadfeb0484f4c3945dd582558f0a00.zip libvirt-ci-a291ffef84eadfeb0484f4c3945dd582558f0a00.tar.gz libvirt-ci-a291ffef84eadfeb0484f4c3945dd582558f0a00.tar.bz2 |
examples: Add Fedora 38
It had been missed when support for the target was added.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
-rw-r--r-- | examples/manifest.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/manifest.yml b/examples/manifest.yml index f8be40d..c2c9813 100644 --- a/examples/manifest.yml +++ b/examples/manifest.yml @@ -139,6 +139,8 @@ targets: fedora-37: x86_64 + fedora-38: x86_64 + fedora-rawhide: jobs: - arch: x86_64 |