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