-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (35 loc) · 1.03 KB
/
verify-flatpak.yml
File metadata and controls
41 lines (35 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: Verify Flatpak
on:
workflow_run:
workflows: ["Build and release"]
types:
- completed
workflow_dispatch:
jobs:
verify-flatpak:
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
strategy:
matrix:
include:
- arch: x86_64
runner: ubuntu-latest
- arch: aarch64
runner: ubuntu-24.04-arm
runs-on: ${{ matrix.runner }}
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-25.08
options: --privileged
steps:
- uses: actions/checkout@v4
with:
ref: main
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
manifest-path: it.astrogods.AstroGods.yml
arch: ${{ matrix.arch }}
build-bundle: false
- name: Lint manifest
run: flatpak-builder-lint manifest it.astrogods.AstroGods.yml
- name: Lint repo
continue-on-error: true
run: flatpak-builder-lint repo repo