Skip to content

Commit f519987

Browse files
committed
Don't run the tests before building
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
1 parent b3fdf9e commit f519987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ docker-push: ## Push docker image with the manager.
134134
# Other platforms include: linux/s390x,linux/ppc64le
135135
PLATFORMS ?= linux/arm64,linux/amd64
136136
.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
138138
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
139139
sed -e '1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
140140
- docker buildx create --name project-v3-builder

0 commit comments

Comments
 (0)