From 1a38291baba1245dc2949431c91980fc91021446 Mon Sep 17 00:00:00 2001 From: Rashmi Nargundkar Date: Tue, 3 Oct 2017 16:22:23 -0400 Subject: [PATCH] Configure 32 bit arm images using appliance-creator for https://pagure.io/releng/issue/7074 Signed-off-by: Rashmi Nargundkar --- fedora-modular.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/fedora-modular.conf b/fedora-modular.conf index c76615f..b2b1176 100644 --- a/fedora-modular.conf +++ b/fedora-modular.conf @@ -217,4 +217,19 @@ failable_deliverables = [ }) ] +live_target = 'f28' +live_images_no_rename = True +# fomat: [(variant_uid_regex, {arch|*: scm_dict})] +live_images = [ + ('^Server$', { + 'armhfp': { + 'kickstart': 'fedora-arm-server.ks', + 'name': 'Fedora-Modular-Server-armhfp', + 'type': 'appliance', + 'failable': True, + } + }), +] + + koji_profile = 'compose_koji'