mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
|
DEST=$1
|
|
|
|
go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker
|