Skip to content

Commit

Permalink
fixup: comment space
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Apr 10, 2024
1 parent 61db097 commit 9f8f505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -euo pipefail

# e.g.,
# ./scripts/build_image.sh # Build local single-arch image
# ./scripts/build_image.sh # Build local single-arch image
# DOCKER_IMAGE=myavalanchego ./scripts/build_image.sh # Build local single arch image with a custom image name
# DOCKER_IMAGE=avaplatform/avalanchego ./scripts/build_image.sh # Build and push multi-arch image to docker hub
# DOCKER_IMAGE=localhost:5001/avalanchego ./scripts/build_image.sh # Build and push multi-arch image to private registry
Expand Down

0 comments on commit 9f8f505

Please sign in to comment.