|
16 | 16 |
|
17 | 17 | strategy: |
18 | 18 | matrix: |
19 | | - sdk: [0.16.8] |
| 19 | + sdk: [0.16.9] |
20 | 20 |
|
21 | 21 | steps: |
22 | 22 | - name: Checkout repository |
|
58 | 58 |
|
59 | 59 | strategy: |
60 | 60 | matrix: |
61 | | - sdk: [0.16.8] |
| 61 | + sdk: [0.16.9] |
62 | 62 | toolchain: [ |
63 | 63 | { arch: "aarch64-zephyr-elf", nick: "aarch64"}, |
64 | 64 | { arch: "arc64-zephyr-elf", nick: "arc64"}, |
|
82 | 82 | { arch: "xtensa-nxp_imx8ulp_adsp_zephyr-elf", nick: "xtensa-nxp_imx8ulp_adsp"}, |
83 | 83 | { arch: "xtensa-nxp_rt500_adsp_zephyr-elf", nick: "xtensa-nxp_rt500_adsp"}, |
84 | 84 | { arch: "xtensa-sample_controller_zephyr-elf", nick: "xtensa-sample_controller"}, |
85 | | - { arch: "xtensa-nxp_rt600_adsp_zephyr-elf", nick: "xtensa-nxp_rt600_adsp"} |
| 85 | + { arch: "xtensa-nxp_rt600_adsp_zephyr-elf", nick: "xtensa-nxp_rt600_adsp"}, |
| 86 | + { arch: "xtensa-sample_controller32_zephyr-elf", nick: "xtensa-sample_controller32"}, |
| 87 | + { arch: "xtensa-amd_acp_6_0_adsp_zephyr-elf", nick: "xtensa-amd_acp_6_0_adsp"}, |
| 88 | + { arch: "xtensa-intel_ace30_ptl_zephyr-elf", nick: "xtensa-intel_ace30_ptl"}, |
| 89 | + { arch: "xtensa-nxp_rt700_hifi1_zephyr-elf", nick: "xtensa-nxp_rt700_hifi1"}, |
| 90 | + { arch: "xtensa-nxp_rt700_hifi4_zephyr-elf", nick: "xtensa-nxp_rt700_hifi4"} |
86 | 91 | ] |
87 | 92 |
|
88 | 93 | steps: |
@@ -125,7 +130,7 @@ jobs: |
125 | 130 |
|
126 | 131 | strategy: |
127 | 132 | matrix: |
128 | | - sdk: [0.16.8] |
| 133 | + sdk: [0.16.9] |
129 | 134 |
|
130 | 135 | steps: |
131 | 136 | - name: Checkout repository |
|
0 commit comments