From b74e229588d062a3af0a5148d0d44ea69b8afa26 Mon Sep 17 00:00:00 2001 From: pankore <86098180+pankore@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:35:08 -0700 Subject: [PATCH] [Ameba] Add light-switch-app build option and enable matter_shell macro (#21158) --- integrations/docker/images/chip-build-ameba/Dockerfile | 2 +- integrations/docker/images/chip-build/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/docker/images/chip-build-ameba/Dockerfile b/integrations/docker/images/chip-build-ameba/Dockerfile index 0504e3c8645ceb..c8307ae64986f8 100644 --- a/integrations/docker/images/chip-build-ameba/Dockerfile +++ b/integrations/docker/images/chip-build-ameba/Dockerfile @@ -3,7 +3,7 @@ FROM connectedhomeip/chip-build:${VERSION} # Setup Ameba ARG AMEBA_DIR=/opt/ameba -ARG TAG_NAME=ameba_update_2022_07_15 +ARG TAG_NAME=ameba_update_2022_07_25 RUN set -x \ && apt-get update \ && mkdir ${AMEBA_DIR} \ diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index 7a3b5745b791b0..b15801ec920218 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.5.89 Version bump reason: match K32W sdk paths and logic with K32W Dockerfile +0.5.90 Version bump reason: [Ameba] Add light-switch-app build option and enable matter_shell macro