We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90b283 commit b689dcfCopy full SHA for b689dcf
src/cloud-api-adaptor/Dockerfile.openshift
@@ -57,7 +57,7 @@ COPY cloud-api-adaptor/proto ./proto
57
ENV BUILTIN_CLOUD_PROVIDERS="strictfipsruntime aws azure ibmcloud vsphere libvirt gcp"
58
# Make sure the PATH is set appropriately - our builder image being different, the upstream scripts fail otherwise
59
ENV PATH=$GOPATH/bin:$PATH
60
-RUN CC=gcc make ARCH=$TARGETARCH COMMIT=$COMMIT VERSION=$VERSION RELEASE_BUILD=$RELEASE_BUILD cloud-api-adaptor
+RUN GOFLAGS="" CC=gcc make ARCH=$TARGETARCH COMMIT=$COMMIT VERSION=$VERSION RELEASE_BUILD=$RELEASE_BUILD cloud-api-adaptor
61
62
# FROM builder-release AS iptables
63
#
0 commit comments