Skip to content

Commit ae3d2de

Browse files
redzynixkv2019i
authored andcommitted
docker-run: update zephyr-lite version to v0.28.4
Update zephyr-lite to v0.28.4 version with sdk 0.17.4 and jsonschema installed. Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
1 parent 37ac744 commit ae3d2de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

zephyr/docker-run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ main()
5454

5555
run_command()
5656
{
57-
# zephyr-lite:v0.27.4 has /opt/toolchains/zephyr-sdk-0.17.0
58-
# zephyr-lite:v0.27.4 is based on zephyr-build:v0.27.4
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
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.27.4 \
68+
thesofproject/zephyr-lite:v0.28.4 \
6969
./sof/scripts/sudo-cwd.sh "$@"
7070
}
7171

0 commit comments

Comments
 (0)