#!/bin/sh DEST=$1 if go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker; then echo "Created binary: $DEST/docker-$VERSION" fi