Fix golang_ppc64le filename
Had used the old style ppc64el in the original filename
This commit is contained in:
parent
9ac856f657
commit
339477aa8a
@ -13,7 +13,7 @@ RUN /install/install_bazel_from_source.sh
|
||||
RUN /install/install_proto3.sh
|
||||
RUN /install/install_buildifier_from_source.sh
|
||||
RUN /install/install_auditwheel.sh
|
||||
RUN /install/install_golang_ppc64el.sh
|
||||
RUN /install/install_golang_ppc64le.sh
|
||||
|
||||
# Set up the master bazelrc configuration file.
|
||||
COPY install/.bazelrc /etc/bazel.bazelrc
|
||||
|
@ -16,7 +16,7 @@ RUN /install/install_deb_packages.sh
|
||||
RUN apt-get update && apt-get install -y libopenblas-dev
|
||||
RUN /install/install_pip_packages.sh
|
||||
RUN /install/install_bazel_from_source.sh
|
||||
RUN /install/install_golang_ppc64el.sh
|
||||
RUN /install/install_golang_ppc64le.sh
|
||||
|
||||
# Set up the master bazelrc configuration file.
|
||||
COPY install/.bazelrc /etc/bazel.bazelrc
|
||||
|
Loading…
Reference in New Issue
Block a user