.github/zephyr.yml: update docker for cmake requirement

The latest zephyr requires CMake version >= 3.20,
we have to update the docker image to meet the
requirement.

Signed-off-by: Chao Song <chao.song@linux.intel.com>
This commit is contained in:
Chao Song 2021-08-23 16:51:36 +08:00 committed by Liam Girdwood
parent db8ee55b52
commit a12145431d
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ jobs:
- name: build - name: build
run: docker run -v "$(pwd)":/workdir run: docker run -v "$(pwd)":/workdir
-e ZEPHYR_SDK_INSTALL_DIR='/opt/toolchains/zephyr-sdk-0.13.0' -e ZEPHYR_SDK_INSTALL_DIR='/opt/toolchains/zephyr-sdk-0.13.0'
docker.io/zephyrprojectrtos/zephyr-build:v0.18.1 docker.io/zephyrprojectrtos/zephyr-build:v0.18.3
./zephyr/docker-build.sh ./zephyr/docker-build.sh