Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ld-scripts into main
  • Loading branch information
lehrig committed Jan 12, 2022
2 parents e708ce8 + 297197a commit c9470d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeflow-access-management-ppc64le/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
cd components/access-management

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

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


set +x
echo $quay_p | sudo docker login --username $quay_u --password-stdin https://quay.io
set -x
Expand Down

0 comments on commit c9470d2

Please sign in to comment.