Say hello to Streamer (tape) device support #5660
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build ARM binaries | |
on: | |
workflow_dispatch: | |
push: | |
paths: | |
- 'cpp/**' | |
- '.github/workflows/build_code.yml' | |
- '.github/workflows/arm_cross_compile.yml' | |
branches: | |
- 'develop' | |
- 'main' | |
pull_request: | |
paths: | |
- 'cpp/**' | |
- '.github/workflows/build_code.yml' | |
- '.github/workflows/arm_cross_compile.yml' | |
types: | |
- opened | |
- synchronize | |
branches: | |
- 'develop' | |
- 'main' | |
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 |