Skip to content

Commit 073a08a

Browse files
committed
ci: Use sdk-build v1.3.9
This commit updates the CI workflow to use the SDK build image v1.3.9, which updates the Debian Buster APT repository URL to `archive.debian.org` because `deb.debian.org` no longer hosts the Debian Buster packages. Note that the MinGW-related additions in the sdk-build v1.3.9 image does not affect the SDK 0.17 build because the CI workflow does not actively attempt to use them. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent d54fe6c commit 073a08a

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
@@ -259,7 +259,7 @@ jobs:
259259
MATRIX_HOSTS+='{
260260
"name": "linux-x86_64",
261261
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
262-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
262+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.9",
263263
"archive": "tar.xz"
264264
},'
265265
fi
@@ -268,7 +268,7 @@ jobs:
268268
MATRIX_HOSTS+='{
269269
"name": "linux-aarch64",
270270
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
271-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
271+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.9",
272272
"archive": "tar.xz"
273273
},'
274274
fi
@@ -295,7 +295,7 @@ jobs:
295295
MATRIX_HOSTS+='{
296296
"name": "windows-x86_64",
297297
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
298-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2",
298+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.9",
299299
"archive": "7z"
300300
},'
301301
fi

0 commit comments

Comments
 (0)