Skip to content

Commit

Permalink
Build container image with clang-17 on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed May 11, 2024
1 parent ccc5718 commit 54d1782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/push_to_dockerhub
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
# push test-amd64 and test-arm64 images.
if [ "$(uname -p)" = aarch64 ]
then
CC=clang-12 bazel run //:push_to_dockerhub_arm64
CC=clang-17 bazel run //:push_to_dockerhub_arm64

# Check that the image works, at least well enough to print help.
docker pull docker.io/buchgr/bazel-remote-cache:tmp-arm64
Expand Down

0 comments on commit 54d1782

Please sign in to comment.