We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f1bec commit ce8ed8cCopy full SHA for ce8ed8c
ci/build-in-docker.sh
@@ -34,7 +34,7 @@ fi
34
# b) allow the build scripts to "mv" the binaries into the /out directory
35
uid="$(id -u)"
36
# run build
37
-docker run -e DIST -e ARCH -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ID --rm -i --user "$uid" -w /ws -e CI=1 \
+docker run -e BUILD_LITE -e DIST -e ARCH -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ID --rm -i --user "$uid" -w /ws -e CI=1 \
38
"${DOCKER_OPTS[@]}" -v "$(readlink -f ..):/ws" \
39
"$current_branch_tag" \
40
bash ci/build.sh
0 commit comments