Skip to content

Commit

Permalink
Remove CC setting from dockerhub script
Browse files Browse the repository at this point in the history
  • Loading branch information
mostynb committed Jan 3, 2025
1 parent f4ef008 commit 68dd930
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-17 bazel run //:push_to_dockerhub_arm64
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 68dd930

Please sign in to comment.