Commit f519987 1 parent b3fdf9e commit f519987 Copy full SHA for f519987
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ docker-push: ## Push docker image with the manager.
134
134
# Other platforms include: linux/s390x,linux/ppc64le
135
135
PLATFORMS ?= linux/arm64,linux/amd64
136
136
.PHONY : docker-buildx
137
- docker-buildx : test # # Build and push docker image for the manager for cross-platform support
137
+ docker-buildx : # # Build and push docker image for the manager for cross-platform support
138
138
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
139
139
sed -e ' 1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
140
140
- docker buildx create --name project-v3-builder
You can’t perform that action at this time.
0 commit comments