Skip to content

Commit 3c734ab

Browse files
committed
ci: Use sdk-build image v1.2.3
This commit updates the CI workflow to use the sdk-build image v1.2.3, which added the ninja-build and meson utilities required for building the picolibc. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 0176041 commit 3c734ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
MATRIX_HOSTS+='{
212212
"name": "linux-x86_64",
213213
"runner": "zephyr_runner",
214-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.1",
214+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
215215
"archive": "tar.gz"
216216
},'
217217
fi
@@ -220,7 +220,7 @@ jobs:
220220
MATRIX_HOSTS+='{
221221
"name": "linux-aarch64",
222222
"runner": "zephyr_runner",
223-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.1",
223+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
224224
"archive": "tar.gz"
225225
},'
226226
fi
@@ -247,7 +247,7 @@ jobs:
247247
MATRIX_HOSTS+='{
248248
"name": "windows-x86_64",
249249
"runner": "zephyr_runner",
250-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.1",
250+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.2.3",
251251
"archive": "zip"
252252
},'
253253
fi

0 commit comments

Comments
 (0)