Skip to content

Commit

Permalink
Update to 0.16.9
Browse files Browse the repository at this point in the history
* Update publish.yml

* Forgot to update everywhere

Signed-off-by: Jonathan Beri <[email protected]>

---------

Signed-off-by: Jonathan Beri <[email protected]>
  • Loading branch information
beriberikix authored Oct 21, 2024
1 parent 278d018 commit 4e39d41
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
sdk: [0.16.8]
sdk: [0.16.9]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

strategy:
matrix:
sdk: [0.16.8]
sdk: [0.16.9]
toolchain: [
{ arch: "aarch64-zephyr-elf", nick: "aarch64"},
{ arch: "arc64-zephyr-elf", nick: "arc64"},
Expand All @@ -82,7 +82,12 @@ jobs:
{ arch: "xtensa-nxp_imx8ulp_adsp_zephyr-elf", nick: "xtensa-nxp_imx8ulp_adsp"},
{ arch: "xtensa-nxp_rt500_adsp_zephyr-elf", nick: "xtensa-nxp_rt500_adsp"},
{ arch: "xtensa-sample_controller_zephyr-elf", nick: "xtensa-sample_controller"},
{ arch: "xtensa-nxp_rt600_adsp_zephyr-elf", nick: "xtensa-nxp_rt600_adsp"}
{ arch: "xtensa-nxp_rt600_adsp_zephyr-elf", nick: "xtensa-nxp_rt600_adsp"},
{ arch: "xtensa-sample_controller32_zephyr-elf", nick: "xtensa-sample_controller32"},
{ arch: "xtensa-amd_acp_6_0_adsp_zephyr-elf", nick: "xtensa-amd_acp_6_0_adsp"},
{ arch: "xtensa-intel_ace30_ptl_zephyr-elf", nick: "xtensa-intel_ace30_ptl"},
{ arch: "xtensa-nxp_rt700_hifi1_zephyr-elf", nick: "xtensa-nxp_rt700_hifi1"},
{ arch: "xtensa-nxp_rt700_hifi4_zephyr-elf", nick: "xtensa-nxp_rt700_hifi4"}
]

steps:
Expand Down Expand Up @@ -125,7 +130,7 @@ jobs:

strategy:
matrix:
sdk: [0.16.8]
sdk: [0.16.9]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4e39d41

Please sign in to comment.