Skip to content

Commit 54d1782

Browse files
committed
Build container image with clang-17 on arm64
1 parent ccc5718 commit 54d1782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/push_to_dockerhub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fi
2727
# push test-amd64 and test-arm64 images.
2828
if [ "$(uname -p)" = aarch64 ]
2929
then
30-
CC=clang-12 bazel run //:push_to_dockerhub_arm64
30+
CC=clang-17 bazel run //:push_to_dockerhub_arm64
3131

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

0 commit comments

Comments
 (0)