Skip to content

Commit

Permalink
Download Gecko SDKs as ZIP files
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed May 3, 2024
1 parent 0e4000a commit 469fae7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ RUN \

# Gecko SDK 4.4.0
RUN \
git clone --depth 1 -b v4.4.0 https://github.com/SiliconLabs/gecko_sdk.git gecko_sdk_4.4.0 \
&& rm -rf gecko_sdk_4.4.0/.git
curl -o gecko_sdk_4.4.0.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.4.0/gecko-sdk.zip \
&& unzip -d gecko_sdk_4.4.0 gecko_sdk_4.4.0.zip \
&& rm gecko_sdk_4.4.0.zip

# Gecko SDK 4.3.1
RUN \
git clone --depth 1 -b v4.3.1 https://github.com/SiliconLabs/gecko_sdk.git gecko_sdk_4.3.1 \
&& rm -rf gecko_sdk_4.3.1/.git
curl -o gecko_sdk_4.3.1.zip -L https://github.com/SiliconLabs/gecko_sdk/releases/download/v4.3.1/gecko-sdk.zip \
&& unzip -d gecko_sdk_4.3.1 gecko_sdk_4.3.1.zip \
&& rm gecko_sdk_4.3.1.zip

ARG USERNAME=builder
ARG USER_UID=1000
Expand Down

0 comments on commit 469fae7

Please sign in to comment.