From 53fd3cf3bacd4aec95ea552ba5bbc8f4e767dbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 29 Apr 2024 18:24:42 +0100 Subject: examples: add AlmaLinux to example manifest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should have been added when AlmaLinux was first added as a target. Signed-off-by: Daniel P. Berrangé --- examples/manifest.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/manifest.yml b/examples/manifest.yml index aefe35c..b7b0483 100644 --- a/examples/manifest.yml +++ b/examples/manifest.yml @@ -91,6 +91,11 @@ gitlab: # targets: + + almalinux-8: x86_64 + + almalinux-9: x86_64 + alpine-318: x86_64 alpine-319: x86_64 -- cgit v1.1