Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit ccba2bd

Browse files
committed
BINARY=compose-ecs
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 48016d5 commit ccba2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN --mount=target=. \
7575
GOARCH=${TARGETARCH} \
7676
BUILD_TAGS=${BUILD_TAGS} \
7777
GIT_TAG=${GIT_TAG} \
78-
make BINARY=/out/docker -f builder.Makefile cli
78+
make BINARY=/out/compose-ecs -f builder.Makefile cli
7979

8080
FROM base AS make-cross
8181
ARG BUILD_TAGS

0 commit comments

Comments
 (0)