move new web ui parts to respective subdirs to reduce project root cl… #17
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 all tbd binaries | |
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 |