Skip to content

use suggested build badge by file name convention #1

use suggested build badge by file name convention

use suggested build badge by file name convention #1

name: firmware build
on:
push:
branches:
- dev
jobs:
build-dada-firmware:
uses: ./.github/workflows/build_firmware.yml
with:
tbd-platform: dada
build-bba2-firmware:
uses: ./.github/workflows/build_firmware.yml
with:
tbd-platform: bba2
build-bba1-firmware:
uses: ./.github/workflows/build_firmware.yml
with:
tbd-platform: bba1
build-mk2-firmware:
uses: ./.github/workflows/build_firmware.yml
with:
tbd-platform: mk2
build-aem-firmware:
uses: ./.github/workflows/build_firmware.yml
with:
tbd-platform: aem
build-str-firmware:
uses: ./.github/workflows/build_firmware.yml
with:
tbd-platform: str
build-v2-firmware:
uses: ./.github/workflows/build_firmware.yml
with:
tbd-platform: v2
build-v1-firmware:
uses: ./.github/workflows/build_firmware.yml
with:
tbd-platform: v1