Skip to content

Commit 9c8d2f0

Browse files
committed
fix comment local testing
1 parent 8b2384e commit 9c8d2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-tools/build.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ push: $(CMDS:%=push-%)
132132
# However, that then runs into https://github.com/docker/cli/issues/2396.
133133
#
134134
# What works for local testing is:
135-
# make push-multiarch PULL_BASE_REF=master REGISTRY_NAME=<your account on dockerhub.io> BUILD_PLATFORMS="linux amd64; windows amd64 .exe; linux ppc64le -ppc64le; linux s390x -s390x"
135+
# make push-multiarch PULL_BASE_REF=master REGISTRY_NAME=<your account on dockerhub.io> BUILD_PLATFORMS="linux amd64 amd64; windows amd64 amd64 .exe; linux ppc64le ppc64le -ppc64le; linux s390x s390x -s390x"
136136
DOCKER_BUILDX_CREATE_ARGS ?=
137137

138138
# This target builds a multiarch image for one command using Moby BuildKit builder toolkit.

0 commit comments

Comments
 (0)