mirror of https://github.com/docker/compose.git
fix Makefile to produce docker-ecs binary
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
5f628cd0e5
commit
f192904d42
|
@ -12,7 +12,7 @@ STATIC_FLAGS= CGO_ENABLED=0
|
|||
LDFLAGS := "-s -w"
|
||||
GO_BUILD = $(STATIC_FLAGS) go build -trimpath -ldflags=$(LDFLAGS)
|
||||
|
||||
BINARY=dist/docker
|
||||
BINARY=dist/docker-ecs
|
||||
BINARY_WITH_EXTENSION=$(BINARY)$(EXTENSION)
|
||||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
|
Loading…
Reference in New Issue