Skip to content

Commit 445778c

Browse files
authored
fix(ISO): Add Bazaar to LTS ISOs (#3078)
1 parent 048af55 commit 445778c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/reusable-build-iso-anaconda.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ jobs:
110110
echo "artifact_format="$image_name-${{ matrix.image_version }}-$(uname -m)"" >> "${GITHUB_OUTPUT}"
111111
echo "kargs=$KARGS" >> "${GITHUB_OUTPUT}"
112112
113+
- name: Add Bazaar to LTS Flatpaks
114+
if: matrix.image_version == 'lts'
115+
run: |
116+
set -eoux pipefail
117+
echo "app/io.github.kolunmi.Bazaar" >> ${{ github.workspace }}/flatpaks/system-flatpaks.list
118+
113119
- name: Build ISO
114120
id: build
115121
uses: ublue-os/titanoboa@main

0 commit comments

Comments
 (0)