Skip to content

Commit 5ac7a52

Browse files
committed
zephyr: docker: change docker image to zephyr-lite
Change docker image used in zephyr workflows to zephyr-lite image built for the sof project. zephyr-lite contains less toolchains compared to zephyr-build to fit into 14GB max storage. Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
1 parent 3e06cd9 commit 5ac7a52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

zephyr/docker-run.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,18 @@ main()
5454

5555
run_command()
5656
{
57-
# zephyr-build:v0.27.4 has /opt/toolchains/zephyr-sdk-0.17.0
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
5859
# https://hub.docker.com/r/zephyrprojectrtos/zephyr-build/tags
60+
# https://hub.docker.com/r/thesofproject/zephyr-lite/tags
5961
#
6062
# Keep this SDK version identical to the one in
6163
# .github/workflows/zephyr.yml#Windows
6264
docker run -i -v "$(west topdir)":/zep_workspace \
6365
--workdir /zep_workspace \
6466
$SOF_DOCKER_RUN \
6567
--env REAL_CC --env http_proxy --env https_proxy \
66-
ghcr.io/zephyrproject-rtos/zephyr-build:v0.27.4 \
68+
thesofproject/zephyr-lite:v0.27.4 \
6769
./sof/scripts/sudo-cwd.sh "$@"
6870
}
6971

0 commit comments

Comments
 (0)