File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
flatpak :
13
13
name : " Flatpak"
14
- runs-on : ubuntu-latest
15
14
container :
16
- image : bilelmoussaoui /flatpak-github-actions:gnome-47
15
+ image : ghcr.io/flathub-infra /flatpak-github-actions:gnome-47
17
16
options : --privileged
17
+ strategy :
18
+ matrix :
19
+ variant :
20
+ - arch : x86_64
21
+ runner : ubuntu-24.04
22
+ - arch : aarch64
23
+ runner : ubuntu-24.04-arm
24
+ fail-fast : false
25
+ runs-on : ${{ matrix.variant.runner }}
18
26
steps :
19
27
- uses : actions/checkout@v4
20
- - uses : flatpak /flatpak-github-actions/flatpak-builder@v6
28
+ - uses : flathub-infra /flatpak-github-actions/flatpak-builder@master
21
29
with :
22
30
bundle : televido.flatpak
23
31
manifest-path : build-aux/de.k_bo.Televido.Devel.json
24
32
cache-key : flatpak-builder-${{ github.sha }}
25
33
run-tests : true
34
+ arch : ${{ matrix.variant.arch }}
35
+ verbose : true
You can’t perform that action at this time.
0 commit comments