Skip to content

Commit

Permalink
fix DOCKER_BUILDER in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: j4ckstraw <j4ckstraw@foxmail.com>
  • Loading branch information
j4ckstraw committed Mar 13, 2024
1 parent 36ad576 commit d4b6f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4b6f83

Please sign in to comment.