ci: use 0.28.1 docker image with 0.17.2 sdk

Use new docker with SDK 0.17.2.

SDK 0.17.2 has a new Qemu with improved support for RX architecture.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-06-24 17:25:07 -04:00
parent 55db18bc06
commit 4ca1f3eb4e
5 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ jobs:
runs-on:
group: zephyr-runner-v2-linux-x64-4xlarge
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash'
env:
ZEPHYR_TOOLCHAIN_VARIANT: zephyr

View File

@ -18,7 +18,7 @@ jobs:
runs-on:
group: zephyr-runner-v2-linux-x64-4xlarge
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View File

@ -17,7 +17,7 @@ jobs:
runs-on:
group: zephyr-runner-v2-linux-x64-4xlarge
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false

View File

@ -28,7 +28,7 @@ jobs:
group: zephyr-runner-v2-linux-x64-4xlarge
if: github.repository_owner == 'zephyrproject-rtos'
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash'
defaults:
run:

View File

@ -127,7 +127,7 @@ jobs:
needs: twister-build-prep
if: needs.twister-build-prep.outputs.size != 0
container:
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.0.20250523
image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.1.20250624
options: '--entrypoint /bin/bash'
strategy:
fail-fast: false