We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece93f5 commit e3fceacCopy full SHA for e3fceac
hack/build.sh
@@ -45,7 +45,7 @@ release)
45
TAGS="${TAGS} release"
46
if test -n "${RELEASE_IMAGE}"
47
then
48
- LDFLAGS="${LDFLAGS} -X github.com/openshift/installer/pkg/asset/ignition/bootstrap.defaultReleaseImage=${RELEASE_IMAGE}"
+ LDFLAGS="${LDFLAGS} -X github.com/openshift/installer/pkg/asset/ignition/bootstrap.defaultReleaseImageOriginal=${RELEASE_IMAGE}"
49
fi
50
if test -n "${RHCOS_BUILD_NAME}"
51
0 commit comments