File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 build :
1616 runs-on : ubuntu-22.04
1717 container :
18- image : thesofproject/zephyr-lite:v0.28.4
18+ image : thesofproject/zephyr-lite:v0.29.0
1919
2020 strategy :
2121 fail-fast : false
Original file line number Diff line number Diff line change 2626 # this in sync with it.
2727 runs-on : ubuntu-24.04
2828 container :
29- image : thesofproject/zephyr-lite:v0.28.4
29+ image : thesofproject/zephyr-lite:v0.29.0
3030
3131 strategy :
3232 fail-fast : false
Original file line number Diff line number Diff line change 2121 run :
2222 shell : bash
2323 container :
24- image : thesofproject/zephyr-lite:v0.28.4
24+ image : thesofproject/zephyr-lite:v0.29.0
2525 steps :
2626 - uses : actions/checkout@v4
2727 with :
7171 run :
7272 shell : bash
7373 container :
74- image : thesofproject/zephyr-lite:v0.28.4
74+ image : thesofproject/zephyr-lite:v0.29.0
7575
7676 steps :
7777 - uses : actions/checkout@v4
@@ -102,7 +102,7 @@ jobs:
102102 run :
103103 shell : bash
104104 container :
105- image : thesofproject/zephyr-lite:v0.28.4
105+ image : thesofproject/zephyr-lite:v0.29.0
106106 strategy :
107107 fail-fast : false
108108 matrix :
Original file line number Diff line number Diff line change 5454
5555run_command ()
5656{
57- # zephyr-lite:v0.28.4 has /opt/toolchains/zephyr-sdk-0.17.4
58- # zephyr-lite:v0.28.4 is based on zephyr-build:v0.28.4
57+ # zephyr-lite:v0.29.0 has /opt/toolchains/zephyr-sdk-1.0.0
58+ # zephyr-lite:v0.29.0 is based on zephyr-build:v0.29.0
5959 # https://hub.docker.com/r/zephyrprojectrtos/zephyr-build/tags
6060 # https://hub.docker.com/r/thesofproject/zephyr-lite/tags
6161 #
@@ -65,7 +65,7 @@ run_command()
6565 --workdir /zep_workspace \
6666 $SOF_DOCKER_RUN \
6767 --env REAL_CC --env http_proxy --env https_proxy \
68- thesofproject/zephyr-lite:v0.28.4 \
68+ thesofproject/zephyr-lite:v0.29.0 \
6969 ./sof/scripts/sudo-cwd.sh " $@ "
7070}
7171
You can’t perform that action at this time.
0 commit comments