Commit 4ca1f3eb authored by Anas Nashif's avatar Anas Nashif
Browse files

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: default avatarAnas Nashif <anas.nashif@intel.com>
parent 55db18bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
@@ -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