mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-28 21:35:47 +00:00
0b23393ba1
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
7 lines
165 B
Bash
7 lines
165 B
Bash
#!/bin/bash
|
|
|
|
DEST=$1
|
|
|
|
go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS $LDFLAGS_STATIC" "${BUILDFLAGS[@]}" ./docker
|
|
echo "Created binary: $DEST/docker-$VERSION"
|