We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa48189 commit 0851007Copy full SHA for 0851007
hack/build-cross.sh
@@ -93,10 +93,10 @@ if [[ "${OS_BUILD_RELEASE_ARCHIVES-}" != "n" ]]; then
93
os::build::release_sha
94
else
95
# Place binaries only
96
- OS_BUILD_PLATFORMS=("${platforms[@]+"${platforms[@]}"}") \
97
- os::build::place_bins "${OS_CROSS_COMPILE_BINARIES[@]}"
98
- OS_BUILD_PLATFORMS=("${image_platforms[@]+"${image_platforms[@]}"}") \
99
- os::build::place_bins "${OS_IMAGE_COMPILE_BINARIES[@]}"
+ OS_BUILD_PLATFORMS=("${platforms[@]+"${platforms[@]}"}")
+ os::build::place_bins "${OS_CROSS_COMPILE_BINARIES[@]}"
+ OS_BUILD_PLATFORMS=("${image_platforms[@]+"${image_platforms[@]}"}")
+ os::build::place_bins "${OS_IMAGE_COMPILE_BINARIES[@]}"
100
fi
101
102
if [[ "${OS_GIT_TREE_STATE:-dirty}" == "clean" ]]; then
0 commit comments