mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-05 15:09:08 +02:00
Update flatpak-github-actions@v3
to v4
Add QEMU to emulate ARM platform so aarch64 builds are correctly built Update flatpak-github-actions to use v4 to fix cache per arch issue Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
parent
543bf3b993
commit
b34128b4c0
13
.github/workflows/flatpak.yml
vendored
13
.github/workflows/flatpak.yml
vendored
@ -18,8 +18,19 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
|
# Emulate to provide ARM support
|
||||||
|
- name: Install deps
|
||||||
|
run: |
|
||||||
|
dnf -y install docker ninja-build
|
||||||
|
- name: Set up QEMU
|
||||||
|
id: qemu
|
||||||
|
uses: docker/setup-qemu-action@v1
|
||||||
|
with:
|
||||||
|
image: tonistiigi/binfmt:latest
|
||||||
|
platforms: arm64
|
||||||
|
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||||
with:
|
with:
|
||||||
bundle: tenacity.flatpak
|
bundle: tenacity.flatpak
|
||||||
manifest-path: packaging/flatpak/org.tenacity.Tenacity.json
|
manifest-path: packaging/flatpak/org.tenacity.Tenacity.json
|
||||||
cache-key: flatpak-builder-${{ github.sha }}
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
|
arch: ${{ matrix.arch }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user