Skip to content

Build (arm64)

Build (arm64) #1

Workflow file for this run

on:
workflow_dispatch:
name: Build (arm64)
jobs:
flatpak:
name: "Build Flatpak (arm64)"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: fsfe/reuse-action@v1.2.0
- uses: actions/checkout@v3
- name: Install deps
run: |
dnf -y install docker
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- uses: flatpak/flatpak-github-actions/flatpak-builder@v5
with:
bundle: ticketbooth-devel-arm64.flatpak
manifest-path: me.iepure.Ticketbooth.Devel.json
cache-key: flatpak-builder-${{ github.sha }}
arch: aarch64