File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,20 +16,11 @@ jobs:
1616 options : --privileged
1717 steps :
1818 - 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
1922 - uses : flatpak/flatpak-github-actions/flatpak-builder@v6
2023 with :
2124 bundle : lbry-daemon.flatpak
2225 manifest-path : org.lbry.daemon.json
2326 verbose : true
24- - name : Upload Flatpak (x86)
25- if : ${{ matrix.os == 'ubuntu-24.04' }}
26- uses : actions/upload-artifact@v7
27- with :
28- name : lbry-daemon_x86_64.flatpak
29- path : ./lbry-daemon.flatpak
30- - name : Upload Flatpak (ARM)
31- if : ${{ matrix.os == 'ubuntu-24.04-arm' }}
32- uses : actions/upload-artifact@v7
33- with :
34- name : lbry-daemon_aarch64.flatpak
35- path : ./lbry-daemon.flatpak
Original file line number Diff line number Diff line change 2828 ],
2929 "sources" : [
3030 {
31- "dest" : " ." ,
3231 "path" : " ." ,
3332 "type" : " dir"
3433 },
You can’t perform that action at this time.
0 commit comments