Skip to content

Commit

Permalink
cleanup and commander paths update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Oct 3, 2024
1 parent bd355c4 commit cf529c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Integrations/docker/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ENV ARM_GCC_DIR="/opt/silabs/arm-gcc-dir/"
ENV PATH="${PATH}:${ARM_GCC_DIR}/bin"

COPY --from=build /tmp/arm-gnu-toolchain-12.2.rel1-x86_64-arm-none-eabi ${ARM_GCC_DIR}
COPY --from=build /tmp/silabs/SimplicityCommander/commander/commander/commander/commander /opt/silabs/SimplicityCommander/
COPY --from=build /tmp/silabs/SimplicityCommander/commander/commander /opt/silabs/SimplicityCommander/
COPY --from=build /tmp/simplicity_sdk ${SISDK_ROOT}
COPY --from=build /tmp/wiseconnect-wifi-bt-sdk/ ${WISECONNECT_SDK_ROOT}
COPY --from=build /tmp/wifi_sdk ${WIFI_SDK_ROOT}
Expand Down

0 comments on commit cf529c3

Please sign in to comment.