Skip to content

Commit b689dcf

Browse files
committed
fixup! fixup! fixup! Change builder image
Signed-off-by: Julien Ropé <[email protected]>
1 parent d90b283 commit b689dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloud-api-adaptor/Dockerfile.openshift

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ COPY cloud-api-adaptor/proto ./proto
5757
ENV BUILTIN_CLOUD_PROVIDERS="strictfipsruntime aws azure ibmcloud vsphere libvirt gcp"
5858
# Make sure the PATH is set appropriately - our builder image being different, the upstream scripts fail otherwise
5959
ENV PATH=$GOPATH/bin:$PATH
60-
RUN CC=gcc make ARCH=$TARGETARCH COMMIT=$COMMIT VERSION=$VERSION RELEASE_BUILD=$RELEASE_BUILD cloud-api-adaptor
60+
RUN GOFLAGS="" CC=gcc make ARCH=$TARGETARCH COMMIT=$COMMIT VERSION=$VERSION RELEASE_BUILD=$RELEASE_BUILD cloud-api-adaptor
6161

6262
# FROM builder-release AS iptables
6363
#

0 commit comments

Comments
 (0)