2022-11-18 13:58:26 +00:00
|
|
|
name: Build ARM binaries
|
2022-09-06 06:17:33 +00:00
|
|
|
|
2022-11-18 13:58:26 +00:00
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
2022-11-22 15:42:02 +00:00
|
|
|
push:
|
2022-11-18 13:58:26 +00:00
|
|
|
paths:
|
|
|
|
- 'cpp/**'
|
|
|
|
- '.github/workflows/build_code.yml'
|
2022-12-04 04:40:19 +00:00
|
|
|
- '.github/workflows/arm_cross_compile.yml'
|
2023-09-02 23:36:45 +00:00
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
- 'cpp/**'
|
|
|
|
- '.github/workflows/build_code.yml'
|
|
|
|
- '.github/workflows/arm_cross_compile.yml'
|
|
|
|
types:
|
|
|
|
- assigned
|
|
|
|
- opened
|
|
|
|
- synchronize
|
|
|
|
- reopened
|
|
|
|
branches:
|
|
|
|
- 'develop'
|
|
|
|
- 'main'
|
2022-09-06 06:17:33 +00:00
|
|
|
|
|
|
|
jobs:
|
2022-11-18 13:58:26 +00:00
|
|
|
fullspec:
|
2022-12-05 17:58:23 +00:00
|
|
|
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
|
2022-11-18 13:58:26 +00:00
|
|
|
with:
|
|
|
|
connect-type: "FULLSPEC"
|
|
|
|
|
|
|
|
standard:
|
2022-12-05 17:58:23 +00:00
|
|
|
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
|
2022-11-18 13:58:26 +00:00
|
|
|
with:
|
|
|
|
connect-type: "STANDARD"
|
2022-12-04 04:40:19 +00:00
|
|
|
|
|
|
|
aibom:
|
2022-12-05 17:58:23 +00:00
|
|
|
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
|
2022-12-04 04:40:19 +00:00
|
|
|
with:
|
|
|
|
connect-type: "AIBOM"
|
|
|
|
|
|
|
|
gamernium:
|
2022-12-05 17:58:23 +00:00
|
|
|
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
|
2022-12-04 04:40:19 +00:00
|
|
|
with:
|
|
|
|
connect-type: "GAMERNIUM"
|
|
|
|
|
|
|
|
# The fullspec connection board is the most common
|
|
|
|
debug-fullspec:
|
2022-12-05 17:58:23 +00:00
|
|
|
uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop
|
2022-12-04 04:40:19 +00:00
|
|
|
with:
|
|
|
|
connect-type: "FULLSPEC"
|
2022-12-05 17:58:23 +00:00
|
|
|
debug-flag: true
|