Skip to content

Commit 56e4bb0

Browse files
committed
docker: Update cpy_platform matrix for PR and release workflows
Reordered and added platforms to the cpy_platform matrix in both on_pr.yml and on_push.yml to ensure comprehensive build support. Signed-off-by: Chiho Sin <[email protected]>
1 parent 281cd66 commit 56e4bb0

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

.github/workflows/on_pr.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,19 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
cpy_platform:
17-
- nordic
17+
- analog
18+
- atmel-samd
19+
- broadcom
20+
- cxd56
1821
- espressif
22+
- litex
23+
- mimxrt10xx
24+
- nordic
25+
- raspberrypi
26+
- renode
27+
- silabs
28+
- stm
29+
- zephyr-cp
1930
uses: ./.github/workflows/docker_build.yml
2031
with:
2132
cpy_platform: ${{ matrix.cpy_platform }}

.github/workflows/on_push.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,19 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
cpy_platform:
24-
- nordic
24+
- analog
25+
- atmel-samd
26+
- broadcom
27+
- cxd56
2528
- espressif
29+
- litex
30+
- mimxrt10xx
31+
- nordic
32+
- raspberrypi
33+
- renode
34+
- silabs
35+
- stm
36+
- zephyr-cp
2637
uses: ./.github/workflows/docker_manifest.yml
2738
with:
2839
cpy_platform: ${{ matrix.cpy_platform }}

0 commit comments

Comments
 (0)