We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e9abe commit e1d0165Copy full SHA for e1d0165
Makefile
@@ -160,7 +160,7 @@ PLATFORMS ?= linux/arm64,linux/amd64
160
161
.PHONY: docker-buildx
162
docker-buildx: test
163
- $(CONTAINER_TOOL) buildx build --platform=$(PLATFORMS) --tag $(IMG) --load -f Dockerfile .
+ $(CONTAINER_TOOL) buildx build --platform=$(PLATFORMS) --tag $(IMG) --load -f Dockerfile .
164
165
#----------------------------------------------------------------------------------------------
166
##@ Deployment
0 commit comments