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.
2 parents fc688cd + 863ec11 commit d7e9b7aCopy full SHA for d7e9b7a
deb/Makefile
@@ -16,7 +16,8 @@ ifdef BUILD_IMAGE
16
endif
17
18
COMMON_FILES=common
19
-BUILD?=docker build \
+BUILD?=DOCKER_BUILDKIT=1 \
20
+ docker build \
21
$(BUILD_IMAGE_FLAG) \
22
--build-arg GO_IMAGE=$(GO_IMAGE) \
23
--build-arg COMMON_FILES=$(COMMON_FILES) \
rpm/Makefile
@@ -17,7 +17,8 @@ endif
ifdef BUILD_IMAGE
BUILD_IMAGE_FLAG=--build-arg $(BUILD_IMAGE)
24
-t rpmbuild-$@/$(ARCH) \
0 commit comments