Skip to content

Add org.meshtastic.meshtasticd #42

Add org.meshtastic.meshtasticd

Add org.meshtastic.meshtasticd #42

Workflow file for this run

name: CI
on:
push:
branches: [meshtasticd]
pull_request:
jobs:
flatpak-amd64:
runs-on: ubuntu-24.04
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08
options: --privileged
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: meshtasticd.flatpak
manifest-path: org.meshtastic.meshtasticd.yaml
arch: x86_64
cache-key: flatpak-builder-${{ github.sha }}-amd64
flatpak-arm64:
runs-on: ubuntu-24.04-arm
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08
options: --privileged
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: meshtasticd.flatpak
manifest-path: org.meshtastic.meshtasticd.yaml
arch: aarch64
cache-key: flatpak-builder-${{ github.sha }}-arm64