Skip to content

Commit 964c855

Browse files
Add lit-icd app to chip-cert-bins image (#31036)
1 parent 221e466 commit 964c855

File tree

1 file changed

+5
-0
lines changed
  • integrations/docker/images/chip-cert-bins

1 file changed

+5
-0
lines changed

integrations/docker/images/chip-cert-bins/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ RUN case ${TARGETPLATFORM} in \
187187
--target linux-x64-ota-requestor-ipv6only \
188188
--target linux-x64-lock-ipv6only \
189189
--target linux-x64-simulated-app1-ipv6only \
190+
--target linux-x64-lit-icd-ipv6only \
190191
build \
191192
&& mv out/linux-x64-chip-tool-ipv6only-platform-mdns/chip-tool out/chip-tool \
192193
&& mv out/linux-x64-shell-ipv6only-platform-mdns/chip-shell out/chip-shell \
@@ -202,6 +203,7 @@ RUN case ${TARGETPLATFORM} in \
202203
&& mv out/linux-x64-ota-requestor-ipv6only/chip-ota-requestor-app out/chip-ota-requestor-app \
203204
&& mv out/linux-x64-lock-ipv6only/chip-lock-app out/chip-lock-app \
204205
&& mv out/linux-x64-simulated-app1-ipv6only/chip-app1 out/chip-app1 \
206+
&& mv out/linux-x64-lit-icd-ipv6only/lit-icd-app out/lit-icd-app \
205207
;; \
206208
"linux/arm64")\
207209
set -x \
@@ -221,6 +223,7 @@ RUN case ${TARGETPLATFORM} in \
221223
--target linux-arm64-ota-requestor-ipv6only \
222224
--target linux-arm64-lock-ipv6only \
223225
--target linux-arm64-simulated-app1-ipv6only \
226+
--target linux-arm64-lit-icd-ipv6only \
224227
build \
225228
&& mv out/linux-arm64-chip-tool-ipv6only-platform-mdns/chip-tool out/chip-tool \
226229
&& mv out/linux-arm64-shell-ipv6only-platform-mdns/chip-shell out/chip-shell \
@@ -236,6 +239,7 @@ RUN case ${TARGETPLATFORM} in \
236239
&& mv out/linux-arm64-ota-requestor-ipv6only/chip-ota-requestor-app out/chip-ota-requestor-app \
237240
&& mv out/linux-arm64-lock-ipv6only/chip-lock-app out/chip-lock-app \
238241
&& mv out/linux-arm64-simulated-app1-ipv6only/chip-app1 out/chip-app1 \
242+
&& mv out/linux-arm64-lit-icd-ipv6only/lit-icd-app out/lit-icd-app \
239243
;; \
240244
*) ;; \
241245
esac
@@ -264,6 +268,7 @@ COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-ota-provider-app
264268
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-ota-requestor-app chip-ota-requestor-app
265269
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-lock-app chip-lock-app
266270
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/chip-app1 chip-app1
271+
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/lit-icd-app lit-icd-app
267272

268273
# Stage 3.1 Setup the Matter Python environment
269274
COPY --from=chip-build-cert-bins /root/connectedhomeip/out/python_lib python_lib

0 commit comments

Comments
 (0)