5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
|
DEST=$1
|
|
|
|
go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker
|