Skip to content

Commit

Permalink
Fix k32w image instructions (project-chip#28607)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and Alexi Poth committed Aug 15, 2023
1 parent 1d3c7ad commit 9ebc9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/docker/images/stage-2/chip-build-k32w/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ RUN set -x \
&& : # last line

RUN set -x \
&& mkdir -p k32w1
&& mkdir -p k32w1 \
&& wget https://cache.nxp.com/lgfiles/bsps/SDK_2_12_5_K32W148-EVK.zip \
&& unzip SDK_2_12_5_K32W148-EVK.zip -d k32w1 \
&& rm -rf SDK_2_12_5_K32W148-EVK.zip \
&& rm -rf SDK_2_12_5_K32W148-EVK.zip

FROM ghcr.io/project-chip/chip-build:${VERSION}

Expand Down

0 comments on commit 9ebc9f7

Please sign in to comment.