We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7caa5 commit dacef6bCopy full SHA for dacef6b
Makefile
@@ -230,6 +230,7 @@ DOCKER_BUILD_INPUTS=$(MANAGER_BIN_INPUTS) Dockerfile
230
docker-build: generate-deepcopy generate-conversion ## Build docker image containing the controller manager.
231
docker buildx build --load --platform linux/${ARCH} ${BUILD_ARGS} --build-arg ARCH=$(ARCH) . -t $(CONTROLLER_IMG)-$(ARCH):$(TAG)
232
@echo $(CONTROLLER_IMG)-$(ARCH):$(TAG)
233
+ @touch .dockerflag.mk
234
235
.PHONY: docker-build-all ## Build all the architecture docker images
236
docker-build-all: $(addprefix docker-build-,$(ALL_ARCH))
0 commit comments