You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-tools/build.make
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ push: $(CMDS:%=push-%)
132
132
# However, that then runs into https://github.com/docker/cli/issues/2396.
133
133
#
134
134
# 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"
136
136
DOCKER_BUILDX_CREATE_ARGS ?=
137
137
138
138
# This target builds a multiarch image for one command using Moby BuildKit builder toolkit.
0 commit comments