Skip to content

Commit ae089b2

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. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3fffe46 commit ae089b2

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
@@ -266,7 +266,7 @@ jobs:
266266
MATRIX_HOSTS+='{
267267
"name": "linux-x86_64",
268268
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
269-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
269+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.9",
270270
"archive": "tar.xz"
271271
},'
272272
fi
@@ -275,7 +275,7 @@ jobs:
275275
MATRIX_HOSTS+='{
276276
"name": "linux-aarch64",
277277
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
278-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
278+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.9",
279279
"archive": "tar.xz"
280280
},'
281281
fi
@@ -302,7 +302,7 @@ jobs:
302302
MATRIX_HOSTS+='{
303303
"name": "windows-x86_64",
304304
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
305-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8",
305+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.9",
306306
"archive": "7z"
307307
},'
308308
fi

0 commit comments

Comments
 (0)