Skip to content

Update translations #84

Update translations

Update translations #84

Workflow file for this run

on:
push:
release:
types: [published]
pull_request:
workflow_dispatch:
name: Build Flatpak
jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:kde-6.2
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64]
# Don't fail the whole workflow if one architecture fails
fail-fast: false
steps:
- uses: vicr123/libcontemporary/build-flatpak@actions
name: "Build Flatpak"
with:
arch: ${{ matrix.arch }}
repo-token: ${{ secrets.REPO_TOKEN }}
repository: blueprint
bundle-name: "thefrisbee.flatpak"
manifest: dist/com.vicr123.thefrisbee_blueprint.yml
deploy: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}