mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 05:31:47 +00:00
Add cleanup/refactor portion of #2010 for hack and Dockerfile updates
This commit is contained in:
+3
-3
@@ -2,6 +2,6 @@
|
||||
|
||||
DEST=$1
|
||||
|
||||
go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker
|
||||
|
||||
echo "Created binary: $DEST/docker-$VERSION"
|
||||
if go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker; then
|
||||
echo "Created binary: $DEST/docker-$VERSION"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user