Skip to content

Commit c6503a4

Browse files
committed
#302 Disable DOCKER_BUILDKIT
1 parent b398476 commit c6503a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GO_ARCH = $(word 2, $(GO_OSARCH))
3838
# Can be overridden with "export"
3939
# Example: "export LD_LIBRARY_PATH=/path/to/my/senzing/g2/lib"
4040

41-
DOCKER_BUILDKIT ?= DOCKER_BUILDKIT=0
41+
# DOCKER_BUILDKIT ?= DOCKER_BUILDKIT=0
4242
DOCKER_IMAGE_TAG ?= $(GIT_REPOSITORY_NAME):$(GIT_VERSION)
4343
GOBIN ?= $(shell go env GOPATH)/bin
4444
LD_LIBRARY_PATH ?= /opt/senzing/g2/lib

0 commit comments

Comments
 (0)