Skip to content

Commit 3299858

Browse files
committed
containerd-ctr -> ctr
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 73c79d9 commit 3299858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static: static-linux cross-mac cross-win cross-arm ## create all static packages
2424
static-linux: static-cli static-engine ## create tgz with linux x86_64 client and server
2525
mkdir -p build/linux/docker
2626
cp $(CLI_DIR)/build/docker build/linux/docker/
27-
for f in dockerd containerd containerd-ctr containerd-shim docker-init docker-proxy runc; do \
27+
for f in dockerd containerd ctr containerd-shim docker-init docker-proxy runc; do \
2828
cp -L $(ENGINE_DIR)/bundles/binary-daemon/$$f build/linux/docker/$$f; \
2929
done
3030
tar -C build/linux -c -z -f build/linux/docker-$(STATIC_VERSION).tgz docker

0 commit comments

Comments
 (0)