Skip to content

Commit c9470d2

Browse files
committed
2 parents e708ce8 + 297197a commit c9470d2

File tree

1 file changed

+1
-1
lines changed
  • kubeflow-access-management-ppc64le

1 file changed

+1
-1
lines changed

kubeflow-access-management-ppc64le/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
cd components/access-management
44

55
sed -i 's/GOARCH=amd64/GOARCH=ppc64le/g' Dockerfile
6+
sed -i 's/RUN go mod download/RUN git config --global http.sslVerify false \&\& go mod download/g' Dockerfile
67

78
sudo make build IMG=quay.io/ibm/${IMAGE} TAG=${RELEASE}
89

9-
1010
set +x
1111
echo $quay_p | sudo docker login --username $quay_u --password-stdin https://quay.io
1212
set -x

0 commit comments

Comments
 (0)