Skip to content

Commit e1d0165

Browse files
committed
fix white space
1 parent 92e9abe commit e1d0165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ PLATFORMS ?= linux/arm64,linux/amd64
160160

161161
.PHONY: docker-buildx
162162
docker-buildx: test
163-
$(CONTAINER_TOOL) buildx build --platform=$(PLATFORMS) --tag $(IMG) --load -f Dockerfile .
163+
$(CONTAINER_TOOL) buildx build --platform=$(PLATFORMS) --tag $(IMG) --load -f Dockerfile .
164164

165165
#----------------------------------------------------------------------------------------------
166166
##@ Deployment

0 commit comments

Comments
 (0)