Files
RASCSI/.github/workflows/build_code.yml
Daniel Markstedt b75f621548 cleanup of GitHub workflow trigger configurations
- consistently use branch triggers
- trigger on PR reopened event
- remove redundant workflow dispatch trigger
- consistent sort order of everything
- remove discarded release image workflow
2025-11-23 09:27:35 +01:00

52 lines
1.1 KiB
YAML

name: Build ARM binaries
on:
push:
branches:
- develop
- main
paths:
- '.github/workflows/arm_cross_compile.yml'
- '.github/workflows/build_code.yml'
- 'cpp/**'
pull_request:
branches:
- develop
- main
types:
- opened
- synchronize
- reopened
paths:
- '.github/workflows/arm_cross_compile.yml'
- '.github/workflows/build_code.yml'
- 'cpp/**'
jobs:
fullspec:
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
with:
connect-type: "FULLSPEC"
standard:
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
with:
connect-type: "STANDARD"
aibom:
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
with:
connect-type: "AIBOM"
gamernium:
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
with:
connect-type: "GAMERNIUM"
# The fullspec connection board is the most common
debug-fullspec:
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
with:
connect-type: "FULLSPEC"
debug-flag: true