summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorScott Shawcroft <[email protected]>2022-01-05 14:11:39 -0800
committerScott Shawcroft <[email protected]>2022-01-05 14:11:39 -0800
commit84e2df51be5961177a63c6842a4130bb9b8978ac (patch)
tree474239fc91e21ebdfa9c807588d3d5813214ca95 /.github
parenta79ffeb7643bb9c7e7af69f29fe2cfe7ded837d8 (diff)
Split by compiler for testing
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_aarch64.yml2
-rw-r--r--.github/workflows/build_arm.yml3
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build_aarch64.yml b/.github/workflows/build_aarch64.yml
index 0cc7a5de1..8cf7852b9 100644
--- a/.github/workflows/build_aarch64.yml
+++ b/.github/workflows/build_aarch64.yml
@@ -18,7 +18,7 @@ jobs:
matrix:
family:
# Alphabetical order
- - 'raspberrypi4'
+ - 'broadcom_64bit'
steps:
- name: Setup Python
uses: actions/setup-python@v2
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index dc4d9fcfb..177f1076e 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -39,6 +39,7 @@ jobs:
matrix:
family:
# Alphabetical order
+ - 'broadcom_32bit'
- 'imxrt'
- 'lpc15'
- 'lpc18'
@@ -114,7 +115,7 @@ jobs:
done
# ---------------------------------------
- # Build all no-family (opharned) boards
+ # Build all no-family (orphaned) boards
# ---------------------------------------
build-board:
runs-on: ubuntu-latest