forked from Universite-Gustave-Eiffel/I-Simpa
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (34 loc) · 932 Bytes
/
flatpak.yml
File metadata and controls
34 lines (34 loc) · 932 Bytes
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
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
name: CI
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: isimpa.flatpak
manifest-path: org.noise_planet.i-simpa.yml
cache-key: flatpak-builder-${{ github.sha }}
arch: ${{ matrix.variant.arch }}
verbose: true
- name: Upload Flatpak
uses: actions/upload-artifact@v4
with:
name: flatpak-${{ matrix.variant.arch }}
path: isimpa.flatpak