Skip to content

Commit

Permalink
Fix docker container build
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Dec 9, 2024
1 parent d0316e0 commit 7bdeb01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bazel/oci/install_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -o errexit -o nounset -o pipefail

if [ "$TARGETARCH" = "amd64" ]; then
TARGETARCH="x86_64"
fi

curl \
--fail \
--location \
Expand Down

0 comments on commit 7bdeb01

Please sign in to comment.