Commit 7f89472f authored by Stephanos Ioannidis's avatar Stephanos Ioannidis Committed by Dan Kalowsky
Browse files

ci: Switch to CI image v0.28.4



This commit updates the CI workflows to use the CI image v0.28.4, which
includes Zephyr SDK 0.17.4.

Signed-off-by: default avatarStephanos Ioannidis <root@stephanos.io>
(cherry picked from commit 13ba04fd)
parent e3a55c96
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.1.20250624
      image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818
      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.1.20250624
      image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818
      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.1.20250624
      image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818
      options: '--entrypoint /bin/bash'
    strategy:
      fail-fast: false
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ jobs:
  check-errno:
    runs-on: ubuntu-24.04
    container:
      image: ghcr.io/zephyrproject-rtos/ci:v0.28.0
      image: ghcr.io/zephyrproject-rtos/ci:v0.28.4

    steps:
      - name: Apply container owner mismatch workaround
+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.1.20250624
      image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.28.4.20250818
      options: '--entrypoint /bin/bash'
    defaults:
      run:
Loading