mirror of
https://github.com/docker/compose.git
synced 2025-07-22 21:24:38 +02:00
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"
|
LDFLAGS := "-s -w"
|
||||||
GO_BUILD = $(STATIC_FLAGS) go build -trimpath -ldflags=$(LDFLAGS)
|
GO_BUILD = $(STATIC_FLAGS) go build -trimpath -ldflags=$(LDFLAGS)
|
||||||
|
|
||||||
BINARY=dist/docker
|
BINARY=dist/docker-ecs
|
||||||
BINARY_WITH_EXTENSION=$(BINARY)$(EXTENSION)
|
BINARY_WITH_EXTENSION=$(BINARY)$(EXTENSION)
|
||||||
|
|
||||||
export DOCKER_BUILDKIT=1
|
export DOCKER_BUILDKIT=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user