blob: cff9f5c73392868915ef0c6d3ec5eb089591df87 [file] [log] [blame]
#!/bin/sh
DEST=$1
if go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker; then
echo "Created binary: $DEST/docker-$VERSION"
fi