diff --git a/Makefile b/Makefile index 625107e050..efee1fec29 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ SHELL = /usr/bin/env bash -o pipefail .SHELLFLAGS = -ec LINT_TIMEOUT ?= 15m -DOCKER_BUILDER ?= build # 'buildx build' +DOCKER_BUILDER ?= buildx build .PHONY: all all: build