1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Add Flatpak build job to the CI

This commit is contained in:
Joshua Goins 2025-02-01 12:58:06 -05:00
parent 06e6037850
commit c38a0decc5

View file

@ -311,3 +311,21 @@ jobs:
with:
name: ${{ runner.os }}-package
path: ${{ steps.strings.outputs.build-output-dir }}/bin
build-flatpak:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Setup Linux dependencies
run: |
sudo apt-get update
sudo apt-get install \
flatpak-builder \
- name: Build Flatpak
run: |
./scripts/build-flatpak.sh