diff --git a/.github/workflows/reusable-build-iso.yml b/.github/workflows/reusable-build-iso.yml index f710ec43484..f66d7b21b98 100644 --- a/.github/workflows/reusable-build-iso.yml +++ b/.github/workflows/reusable-build-iso.yml @@ -126,6 +126,10 @@ jobs: # Get list of refs from directory FLATPAK_REFS_DIR=${{ github.workspace }}/${{ steps.generate-flatpak-dir-shortname.outputs.flatpak-dir-shortname }} FLATPAK_REFS_DIR_LIST=$(cat ${FLATPAK_REFS_DIR}/* | tr '\n' ' ' ) + DX_FLATPAK_REFS_DIR_LIST="$(cat dx_flatpaks/* | tr '\n' ' ' )" + if [[ ${{ env.IMAGE_NAME }} == *"-dx"* ]]; then + FLATPAK_REFS_DIR_LIST="${FLATPAK_REFS_DIR_LIST} ${DX_FLATPAK_REFS_DIR_LIST}" + fi # Generate install script cat << EOF > ${TEMP_FLATPAK_INSTALL_DIR}/script.sh cat /temp_flatpak_install_dir/script.sh diff --git a/dx_flatpaks/flatpaks b/dx_flatpaks/flatpaks new file mode 100644 index 00000000000..e717534bdda --- /dev/null +++ b/dx_flatpaks/flatpaks @@ -0,0 +1 @@ +app/io.podman_desktop.PodmanDesktop/x86_64/stable