Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

smanders/externpro with ghactions #5

smanders/externpro with ghactions

smanders/externpro with ghactions #5

Workflow file for this run

name: Build
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
workflow_dispatch:
jobs:
linux:
uses: externpro/externpro/.github/workflows/build-linux.yml@legacy
with:
runon: ubuntu-latest
secrets: inherit
linux-arm64:
uses: externpro/externpro/.github/workflows/build-linux.yml@legacy
with:
runon: ubuntu-24.04-arm
secrets: inherit
windows:
uses: externpro/externpro/.github/workflows/build-windows.yml@legacy
secrets: inherit