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 7d34343 commit b108d99Copy full SHA for b108d99
build_docker.sh
@@ -0,0 +1,13 @@
1
+#!/bin/bash
2
+
3
+# Build the docker image
4
5
+docker buildx build -t lib-builder-husarnet:master \
6
+ --build-arg LIBBUILDER_CLONE_BRANCH_OR_TAG=master \
7
+ --build-arg LIBBUILDER_CLONE_SHALLOW=1 \
8
+ --build-arg LIBBUILDER_CLONE_URL=https://github.com/miloszlagan/esp32-arduino-lib-builder \
9
+ tools/docker
10
11
+# Build Arduino libs
12
13
+docker run --rm -it -v $PWD:/arduino-esp32 -e TERM=xterm-256color lib-builder-husarnet:master ./build.sh
0 commit comments