Skip to content

Commit 0b3ce12

Browse files
committed
ci: Use sdk-build v1.4.3
This commit updates the CI workflow to use the sdk-build v1.4.3 image, which includes openssl and libidn2 MinGW-w64 libraries required for building wget for Windows. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 99e03db commit 0b3ce12

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
@@ -269,7 +269,7 @@ jobs:
269269
MATRIX_HOSTS+='{
270270
"name": "linux-x86_64",
271271
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
272-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.4.2",
272+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.4.3",
273273
"archive": "tar.xz"
274274
},'
275275
fi
@@ -278,7 +278,7 @@ jobs:
278278
MATRIX_HOSTS+='{
279279
"name": "linux-aarch64",
280280
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
281-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.4.2",
281+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.4.3",
282282
"archive": "tar.xz"
283283
},'
284284
fi
@@ -305,7 +305,7 @@ jobs:
305305
MATRIX_HOSTS+='{
306306
"name": "windows-x86_64",
307307
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
308-
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.4.2",
308+
"container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.4.3",
309309
"archive": "7z"
310310
},'
311311
fi

0 commit comments

Comments
 (0)