Skip to content

stdexec: Update stdexec.git (#109) #76

stdexec: Update stdexec.git (#109)

stdexec: Update stdexec.git (#109) #76

Workflow file for this run

name: Flatpak build
on:
push:
branches: [main]
workflow_dispatch:
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:kde-6.7
options: --privileged
strategy:
matrix:
arch: [x86_64, aarch64]
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Install deps
if: ${{ matrix.arch != 'x86_64' }}
run: |
dnf -y install docker
- name: Set up QEMU
if: ${{ matrix.arch != 'x86_64' }}
id: qemu
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: photobox.flatpak
manifest-path: de.matnel.photobox.yaml
cache-key: flatpak-builder-${{ github.sha }}
arch: ${{ matrix.arch }}