Skip to content

Commit b42b778

Browse files
committed
Use buildkit to build docker images
1 parent 70a1957 commit b42b778

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ EXT_DIR=$$( docker run --rm --platform $(ARCH) --entrypoint=php $(IMAGE):$(BASE_
123123
)
124124
endif
125125

126+
# Use Buldkit for building
127+
export DOCKER_BUILDKIT=1
128+
126129
.PHONY: build
127130
build: check-stage-is-set
128131
build: check-parent-image-exists

0 commit comments

Comments
 (0)