Skip to content

Commit

Permalink
Clarify the build instructions (e.g. registery/prefix)
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jul 8, 2021
1 parent 1d5f115 commit f186c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -53,7 +53,7 @@ else
REL_OSARCH=linux/$(OSARCH)
endif

# Run make images DOCKER_PLATFORMS="linux/amd64,linux/arm64" BUILDX_OUTPUT_TYPE=registry IMAGE_PREFIX=[yourregistry] to push multi-platform
# Run make images DOCKER_PLATFORMS="linux/amd64,linux/arm64" BUILDX_OUTPUT_TYPE=registry IMAGE_PREFIX=[yourregistry]/vc to push multi-platform
DOCKER_PLATFORMS ?= "${REL_OSARCH}"


Expand Down

0 comments on commit f186c99

Please sign in to comment.