Skip to content

build: Validate the appdata file #30

build: Validate the appdata file

build: Validate the appdata file #30

Workflow file for this run

name: Flatpak
on:
push:
branches: [main]
jobs:
flatpak:
name: "Flatpak"
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
options: --privileged
strategy:
matrix:
variant:
- arch: x86_64
runner: ubuntu-24.04
- arch: aarch64
runner: ubuntu-24.04-arm
runs-on: ${{ matrix.variant.runner }}
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: twinkle.flatpak
manifest-path: data/studio.planetpeanut.Twinkle.yml
cache-key: flatpak-builder-${{ github.sha }}
arch: ${{ matrix.variant.arch }}