Skip to content

Commit

Permalink
hack/build: Update release-pin location to defaultReleaseImageOriginal
Browse files Browse the repository at this point in the history
Catching up with a31e12f (release: Allow release image to be
directly substituted into binary, 2019-03-15, #1422).
  • Loading branch information
wking committed Apr 2, 2019
1 parent ece93f5 commit e3fceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ release)
TAGS="${TAGS} release"
if test -n "${RELEASE_IMAGE}"
then
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}"
fi
if test -n "${RHCOS_BUILD_NAME}"
then
Expand Down

0 comments on commit e3fceac

Please sign in to comment.