We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750c991 commit a4ee927Copy full SHA for a4ee927
tools/docker/Dockerfile
@@ -51,7 +51,6 @@ RUN dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
51
# LIBBUILDER_CHECKOUT_REF=<some commit on release/vX.Y branch>.
52
# Use LIBBUILDER_CLONE_SHALLOW=1 to peform shallow clone (i.e. --depth=1 --shallow-submodules)
53
# Use LIBBUILDER_CLONE_SHALLOW_DEPTH=X to define the depth if LIBBUILDER_CLONE_SHALLOW is used (i.e. --depth=X)
54
-# Use IDF_INSTALL_TARGETS to install tools only for selected chip targets (CSV)
55
56
ARG LIBBUILDER_CLONE_URL=https://github.com/espressif/esp32-arduino-lib-builder
57
ARG LIBBUILDER_CLONE_BRANCH_OR_TAG=master
0 commit comments