We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 312ea61 + 3299858 commit 36760ddCopy full SHA for 36760dd
static/Makefile
@@ -24,7 +24,7 @@ static: static-linux cross-mac cross-win cross-arm ## create all static packages
24
static-linux: static-cli static-engine ## create tgz with linux x86_64 client and server
25
mkdir -p build/linux/docker
26
cp $(CLI_DIR)/build/docker build/linux/docker/
27
- for f in dockerd docker-containerd docker-containerd-ctr docker-containerd-shim docker-init docker-proxy docker-runc; do \
+ for f in dockerd containerd ctr containerd-shim docker-init docker-proxy runc; do \
28
cp -L $(ENGINE_DIR)/bundles/binary-daemon/$$f build/linux/docker/$$f; \
29
done
30
tar -C build/linux -c -z -f build/linux/docker-$(STATIC_VERSION).tgz docker
0 commit comments