Skip to content

Commit

Permalink
fixup: Minor clarification to build image docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed Apr 10, 2024
1 parent 02ce576 commit 61db097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ set -euo pipefail
# DOCKER_IMAGE=localhost:5001/myavalanchego ./scripts/build_image.sh # Build and push multi-arch image to private registry with a custom image name

# Multi-arch builds require Docker Buildx and QEMU. buildx should be enabled by
# default as of this writing, and qemu can be installed on ubuntu as follows:
# default in the verson of docker included with Ubuntu 22.04, and qemu can be
# installed as follows:
#
# sudo apt-get install qemu qemu-user-static
#
Expand Down

0 comments on commit 61db097

Please sign in to comment.