We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc5718 commit 54d1782Copy full SHA for 54d1782
docker/push_to_dockerhub
@@ -27,7 +27,7 @@ fi
27
# push test-amd64 and test-arm64 images.
28
if [ "$(uname -p)" = aarch64 ]
29
then
30
- CC=clang-12 bazel run //:push_to_dockerhub_arm64
+ CC=clang-17 bazel run //:push_to_dockerhub_arm64
31
32
# Check that the image works, at least well enough to print help.
33
docker pull docker.io/buchgr/bazel-remote-cache:tmp-arm64
0 commit comments