Skip to content

Commit

Permalink
ci: zephyr: Update docker image version
Browse files Browse the repository at this point in the history
Updates to a newer version of the zephyr docker image

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Dec 6, 2024
1 parent 5d6471b commit 4d24b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zephyr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
runs-on: ubuntu-latest
# Docker image from the zephyr upstream. Includes SDK and other required tools
container:
image: zephyrprojectrtos/ci:v0.26.4
image: zephyrprojectrtos/ci:v0.27.4
options: '--entrypoint /bin/bash'
volumes:
- /home/runners/zephyrproject:/github/cache/zephyrproject
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.17.0

steps:
- name: Set versions when workflow_dispatch
Expand Down

0 comments on commit 4d24b22

Please sign in to comment.