Skip to content

Commit

Permalink
Fix Lite builds
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 2, 2025
1 parent c8f1bec commit ce8ed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
# b) allow the build scripts to "mv" the binaries into the /out directory
uid="$(id -u)"
# run build
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 \
"${DOCKER_OPTS[@]}" -v "$(readlink -f ..):/ws" \
"$current_branch_tag" \
bash ci/build.sh
Expand Down

0 comments on commit ce8ed8c

Please sign in to comment.