Skip to content

Commit

Permalink
use nim releases to build (amd64 only)
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jul 24, 2024
1 parent 25ea475 commit 4efa3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp-idf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN : \
&& NIM_PLATFORM=${TARGETOS}_${TARCH} \
&& env \
&& echo "NIM_PLATFORM: " ${NIM_PLATFORM} \
&& echo "TARGETARCH: " ${TARGETARCH} \
&& echo "downloading: " https://nim-lang.org/download/nim-${NIM_VERSION}-${NIM_PLATFORM}.tar.xz \
&& wget https://nim-lang.org/download/nim-${NIM_VERSION}-${NIM_PLATFORM}.tar.xz \
&& tar xf nim-${NIM_VERSION}-${NIM_PLATFORM}.tar.xz \
Expand Down

0 comments on commit 4efa3c6

Please sign in to comment.