Skip to content

Commit

Permalink
Build aarch64 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Jul 18, 2024
1 parent 069bc29 commit ba08684
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ jobs:
matrix:
arch:
- x86_64
#- aarch64
- aarch64
steps:
- uses: actions/checkout@v4
# TODO: Fix build on aarch64 architecture
- name: Install deps
if: ${{ matrix.arch == 'aarch64' }}
run: dnf -y install docker
- name: Setup QEMU
if: ${{ matrix.arch == 'aarch64' }}
id: qemu
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: com.qq.QQ.flatpak
Expand Down

0 comments on commit ba08684

Please sign in to comment.