Skip to content

Commit

Permalink
using wifi3.3.1 and sisdk 2024.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Oct 3, 2024
1 parent a470e32 commit cab42ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build the matter_extension_dependencies Docker image
run: |
docker build -f Integrations/docker/images/Dockerfile . --tag ghcr.io/siliconlabssoftware/matter_extension_dependencies:SiSDKv2024.06.2_WiFi_SDKv3.3.2
docker run ghcr.io/siliconlabssoftware/matter_extension_dependencies:SiSDKv2024.06.2_WiFi_SDKv3.3.2
docker push ghcr.io/siliconlabssoftware/matter_extension_dependencies:SiSDKv2024.06.2_WiFi_SDKv3.3.2
SiSDK="SiSDK-2024.06.2"
WiFiSDK="WiFiSDK-3.3.1"
VERSION="${SiSDK}_${WiFiSDK}"
docker build -f Integrations/docker/images/Dockerfile . --tag ghcr.io/siliconlabssoftware/matter_extension_dependencies:${VERSION}
docker run ghcr.io/siliconlabssoftware/matter_extension_dependencies:${VERSION}
docker push ghcr.io/siliconlabssoftware/matter_extension_dependencies:${VERSION}
2 changes: 1 addition & 1 deletion Integrations/docker/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN git clone --depth=1 --single-branch --branch=2.10.0 https://github.com/Silic
&& : # last line

# Clone WiSeConnect SDK v3.3.1 (841ea3f)
RUN git clone --depth=1 --single-branch --branch=v3.3.2 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk \
RUN git clone --depth=1 --single-branch --branch=v3.3.1 https://github.com/SiliconLabs/wiseconnect.git /tmp/wifi_sdk \
&& cd /tmp/wifi_sdk \
&& rm -rf .git \
&& : # last line
Expand Down

0 comments on commit cab42ca

Please sign in to comment.