Skip to content

Commit 7338a65

Browse files
committed
Fix wrong platform warning
1 parent d0dc639 commit 7338a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-in-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636
# b) allow the build scripts to "mv" the binaries into the /out directory
3737
uid="$(id -u)"
3838
# run build
39-
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 \
39+
docker run --platform "$DOCKER_PLATFORM" -e BUILD_LITE -e DIST -e ARCH -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ID --rm -i --user "$uid" -w /ws -e CI=1 \
4040
"${DOCKER_OPTS[@]}" \
4141
-v "$(readlink -f ..):/ws" \
4242
"$current_branch_tag" \

0 commit comments

Comments
 (0)