commit | 7bdeb01edbe77056a89c8d77656bf280809a0335 | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Mon Dec 09 20:30:24 2024 +0000 |
committer | Yun Peng <pcloudy@google.com> | Mon Dec 09 20:30:24 2024 +0000 |
tree | 3f0a095d6f49330efd94096cdcd97af5cc6999e7 | |
parent | d0316e0ea6bc60f640c38bb92f0b56365cf76a66 [diff] |
Fix docker container build
diff --git a/bazel/oci/install_bazel.sh b/bazel/oci/install_bazel.sh index f5b0e47..ae6fc85 100755 --- a/bazel/oci/install_bazel.sh +++ b/bazel/oci/install_bazel.sh
@@ -2,6 +2,10 @@ set -o errexit -o nounset -o pipefail +if [ "$TARGETARCH" = "amd64" ]; then + TARGETARCH="x86_64" +fi + curl \ --fail \ --location \