Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

general: added metainfo file #15

general: added metainfo file

general: added metainfo file #15

Workflow file for this run

on:
pull_request:
branches: [main]
paths:
- data/**
- lib/**
- po/**
- src/**
- subprojects/**
- vapi/**
- meson.build
- meson_options.txt
name: Build
jobs:
flatpak:
name: Flatpak
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
strategy:
matrix: { arch: [x86_64, aarch64] }
fail-fast: false
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install deps
if: ${{ matrix.arch != 'x86_64' }}
run: dnf install -y docker
- id: qemu
name: Set up QEMU
if: ${{ matrix.arch != 'x86_64' }}
uses: docker/[email protected]
with: { platforms: arm64 }
- name: Build flatpak
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
manifest-path: build-aux/app.drey.Replay.Devel.json
build-bundle: false
cache-key: flatpak-builder-${{ github.sha }}
arch: ${{ matrix.arch }}