diff --git a/.github/workflows/build-arm.yaml b/.github/workflows/build-arm.yaml deleted file mode 100644 index 4000dc0..0000000 --- a/.github/workflows/build-arm.yaml +++ /dev/null @@ -1,27 +0,0 @@ -on: - workflow_dispatch: -name: Build (arm64) -jobs: - flatpak: - name: "Build Flatpak (arm64)" - runs-on: ubuntu-latest - container: - image: bilelmoussaoui/flatpak-github-actions:gnome-nightly - options: --privileged - steps: - - uses: fsfe/reuse-action@v1.2.0 - - uses: actions/checkout@v3 - - name: Install deps - run: | - dnf -y install docker - - name: Set up QEMU - id: qemu - uses: docker/setup-qemu-action@v2 - with: - platforms: arm64 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 - with: - bundle: ticketbooth-devel-arm64.flatpak - manifest-path: me.iepure.Ticketbooth.Devel.json - cache-key: flatpak-builder-${{ github.sha }} - arch: aarch64 diff --git a/.github/workflows/build-x86.yaml b/.github/workflows/build-x86.yaml index f97c688..7977ed5 100644 --- a/.github/workflows/build-x86.yaml +++ b/.github/workflows/build-x86.yaml @@ -1,20 +1,18 @@ on: push: + branches: [main] pull_request: - branches: - - main name: Build -jobs: +jobs: flatpak: name: "Build Flatpak" runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-nightly + image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47 options: --privileged steps: - - uses: fsfe/reuse-action@v1.2.0 - - uses: actions/checkout@v3 - - uses: flatpak/flatpak-github-actions/flatpak-builder@v5 + - uses: actions/checkout@v4 + - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master with: bundle: ticketbooth-devel.flatpak manifest-path: me.iepure.Ticketbooth.Devel.json diff --git a/README.md b/README.md index e7876dc..addc8eb 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,21 @@ SPDX-License-Identifier: GPL-3.0-or-later -->