Skip to content

Commit

Permalink
Use action from flathub-infra
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 committed Feb 22, 2024
1 parent b568903 commit 34cfe05
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,19 +380,15 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.variant.runner }}
container:
# BUG https://github.com/flatpak/flatpak-github-actions/pull/179
# image: bilelmoussaoui/flatpak-github-actions:gnome-45
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-45
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: axolotl.flatpak
manifest-path: flatpak/org.nanuc.Axolotl.yml
branch: ${{ github.head_ref || github.ref_name }}
arch: ${{ matrix.variant.arch }}
# Disable cache until bug is resolved: https://github.com/flatpak/flatpak-github-actions/pull/183
restore-cache: false
build-bundle: true
upload-artifact: true

0 comments on commit 34cfe05

Please sign in to comment.