Skip to content

Commit 818e4de

Browse files
committed
ci: Use sdk-build v1.3.1
This commit updates the CI workflow to use the sdk-build image v1.3.1, which is based on Debian 10 (Buster) and contains Python 3.8. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
1 parent 1afb42f commit 818e4de

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
@@ -235,7 +235,7 @@ jobs:
235235
MATRIX_HOSTS+='{
236236
"name": "linux-x86_64",
237237
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
238-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.0",
238+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.1",
239239
"archive": "tar.xz"
240240
},'
241241
fi
@@ -244,7 +244,7 @@ jobs:
244244
MATRIX_HOSTS+='{
245245
"name": "linux-aarch64",
246246
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
247-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.0",
247+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.1",
248248
"archive": "tar.xz"
249249
},'
250250
fi
@@ -271,7 +271,7 @@ jobs:
271271
MATRIX_HOSTS+='{
272272
"name": "windows-x86_64",
273273
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
274-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.0",
274+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.1",
275275
"archive": "7z"
276276
},'
277277
fi

0 commit comments

Comments
 (0)