Skip to content

Commit 4e39d41

Browse files
authored
Update to 0.16.9
* Update publish.yml * Forgot to update everywhere Signed-off-by: Jonathan Beri <jberi@golioth.io> --------- Signed-off-by: Jonathan Beri <jberi@golioth.io>
1 parent 278d018 commit 4e39d41

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
sdk: [0.16.8]
19+
sdk: [0.16.9]
2020

2121
steps:
2222
- name: Checkout repository
@@ -58,7 +58,7 @@ jobs:
5858

5959
strategy:
6060
matrix:
61-
sdk: [0.16.8]
61+
sdk: [0.16.9]
6262
toolchain: [
6363
{ arch: "aarch64-zephyr-elf", nick: "aarch64"},
6464
{ arch: "arc64-zephyr-elf", nick: "arc64"},
@@ -82,7 +82,12 @@ jobs:
8282
{ arch: "xtensa-nxp_imx8ulp_adsp_zephyr-elf", nick: "xtensa-nxp_imx8ulp_adsp"},
8383
{ arch: "xtensa-nxp_rt500_adsp_zephyr-elf", nick: "xtensa-nxp_rt500_adsp"},
8484
{ 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"}
8691
]
8792

8893
steps:
@@ -125,7 +130,7 @@ jobs:
125130

126131
strategy:
127132
matrix:
128-
sdk: [0.16.8]
133+
sdk: [0.16.9]
129134

130135
steps:
131136
- name: Checkout repository

0 commit comments

Comments
 (0)