Don't use Docker BuildKit
This commit is contained in:
committed by
Arthur J Barr
parent
12a2dee175
commit
c0e05be791
2
Makefile
2
Makefile
@@ -71,6 +71,8 @@ LTS ?= false
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# Other variables
|
# Other variables
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
# Build doesn't work if BuildKit is enabled
|
||||||
|
DOCKER_BUILDKIT=0
|
||||||
GO_PKG_DIRS = ./cmd ./internal ./test
|
GO_PKG_DIRS = ./cmd ./internal ./test
|
||||||
MQ_ARCHIVE_TYPE=LINUX
|
MQ_ARCHIVE_TYPE=LINUX
|
||||||
MQ_ARCHIVE_DEV_TYPE=Linux
|
MQ_ARCHIVE_DEV_TYPE=Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user