Skip to content

Commit

Permalink
Update flatpak workflow with GNOME Nightly repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Jul 14, 2024
1 parent 4317718 commit 3fb8139
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
repository-name: gnome-nightly
repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo
options: --privileged

strategy:
Expand All @@ -22,20 +24,20 @@ jobs:
- uses: actions/checkout@v4

- name: Install deps
if: ${{ matrix.arch == 'aarch64' }}
run: |
dnf -y install docker
if: ${{ matrix.arch == 'aarch64' }}
- name: Set up QEMU
id: qemu
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
if: ${{ matrix.arch == 'aarch64' }}

- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: Cozy.flatpak
manifest-path: com.github.geigi.cozy.json
cache-key: "flatpak-builder-${{ github.sha }}"
arch: ${{ matrix.arch }}
arch: ${{ matrix.arch }}

0 comments on commit 3fb8139

Please sign in to comment.