We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8967b commit 4ed508bCopy full SHA for 4ed508b
1 file changed
zephyr/docker-run.sh
@@ -54,8 +54,8 @@ main()
54
55
run_command()
56
{
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
+ # zephyr-lite:v0.28.4 has /opt/toolchains/zephyr-sdk-0.17.4
+ # zephyr-lite:v0.28.4 is based on zephyr-build:v0.28.4
59
# https://hub.docker.com/r/zephyrprojectrtos/zephyr-build/tags
60
# https://hub.docker.com/r/thesofproject/zephyr-lite/tags
61
#
@@ -65,7 +65,7 @@ run_command()
65
--workdir /zep_workspace \
66
$SOF_DOCKER_RUN \
67
--env REAL_CC --env http_proxy --env https_proxy \
68
- thesofproject/zephyr-lite:v0.27.4 \
+ thesofproject/zephyr-lite:v0.28.4 \
69
./sof/scripts/sudo-cwd.sh "$@"
70
}
71
0 commit comments