File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 flatpak :
1313 name : Flatpak build (${{ matrix.config.arch }})
14- runs-on : ubuntu-24.04
14+ runs-on : ubuntu-${{ matrix.config.os-version }}
1515 strategy :
1616 matrix :
1717 config :
1818 - arch : x86_64
19- use_qemu : false
19+ os-version : 24.04
2020
2121 - arch : aarch64
22- use_qemu : true
23- qemu_arch : arm64
22+ os-version : 24.04-arm
2423 # Don't fail the whole workflow if one architecture fails
2524 fail-fast : false
2625 container :
2928 steps :
3029 - uses : actions/checkout@v4
3130
32- - name : Install deps
33- if : ${{ matrix.config.use_qemu == true }}
34- run : |
35- dnf -y install docker
36-
37- - name : Set up QEMU
38- if : ${{ matrix.config.use_qemu == true }}
39- id : qemu
40- uses : docker/setup-qemu-action@v3
41- with :
42- platforms : ${{ matrix.config.qemu_arch }}
43-
4431 - uses : bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
4532 with :
4633 bundle : oopetris.flatpak
You can’t perform that action at this time.
0 commit comments