From 29001c970402e0af3539071693a37eb50b551090 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 10 Oct 2023 09:59:16 -0400 Subject: [PATCH] Add Flatpak indexes for ppc64le With new Flatpak build system, we're now building Flatpaks for ppc64le as well. Signed-off-by: Owen W. Taylor --- roles/openshift-apps/flatpak-indexer/templates/configmap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/flatpak-indexer/templates/configmap.yml b/roles/openshift-apps/flatpak-indexer/templates/configmap.yml index a754b4efdc..23e4f693d0 100644 --- a/roles/openshift-apps/flatpak-indexer/templates/configmap.yml +++ b/roles/openshift-apps/flatpak-indexer/templates/configmap.yml @@ -42,7 +42,7 @@ data: extract_icons: True delta_keep: 30d flatpak_annotations: True -{% for architecture in [ 'amd64', 'arm64' ] %} +{% for architecture in [ 'amd64', 'arm64', 'ppc64le' ] %} latest-{{ architecture }}: output: ${OUTPUT_DIR}/fedora/flatpak-latest-{{ architecture }}.json registry: fedora @@ -74,7 +74,7 @@ data: bodhi_status: testing extract_icons: True flatpak_annotations: True -{% for architecture in [ 'amd64', 'arm64' ] %} +{% for architecture in [ 'amd64', 'arm64', 'ppc64le' ] %} testing-{{ architecture }}: output: ${OUTPUT_DIR}/fedora/flatpak-testing-{{ architecture }}.json registry: fedora