mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-15 11:13:39 +00:00
5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
|
DEST=$1
|
|
|
|
go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker
|