We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2f95a1 + 0e210dd commit d260e80Copy full SHA for d260e80
hack/build-images.sh
@@ -15,7 +15,7 @@ if [[ "${OS_RELEASE:-}" == "n" ]]; then
15
imagedir="${OS_OUTPUT_BINPATH}/linux/amd64"
16
# identical to build-cross.sh
17
os::build::os_version_vars
18
- if [[ -z "${OS_RELEASE_LOCAL}" ]]; then
+ if [[ -z "${OS_RELEASE_LOCAL:-}" ]]; then
19
OS_RELEASE_COMMIT="${OS_GIT_VERSION//+/-}"
20
platform="$(os::build::host_platform)"
21
OS_BUILD_PLATFORMS=("${OS_IMAGE_COMPILE_PLATFORMS[@]:-${platform}}")
0 commit comments