File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- strategy :
10- fail-fast : false
11- matrix :
12- os : [ubuntu-24.04, ubuntu-24.04-arm]
13- runs-on : ${{ matrix.os }}
149 container :
1510 image : ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
1611 options : --privileged
12+ strategy :
13+ fail-fast : false
14+ matrix :
15+ variant :
16+ - arch : x86_64
17+ runner : ubuntu-24.04
18+ - arch : aarch64
19+ runner : ubuntu-24.04-arm
20+ runs-on : ${{ matrix.variant.runner }}
1721 steps :
1822 - uses : actions/checkout@v6
19- - name : Set up QEMU for ARM builds
20- if : ${{ matrix.os == 'ubuntu-24.04-arm' }}
21- uses : docker/setup-qemu-action@v4
2223 - uses : flatpak/flatpak-github-actions/flatpak-builder@v6
2324 with :
25+ arch : ${{ matrix.variant.arch }}
2426 bundle : lbry-daemon.flatpak
2527 manifest-path : org.lbry.daemon.json
2628 verbose : true
You can’t perform that action at this time.
0 commit comments