th5/_dev/tris-testclient/build.sh
2018-02-08 15:53:53 +01:00

6 lines
120 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")"
CGO_ENABLED=0 GOOS=linux ../go.sh build -v -i .
docker build -t tris-testclient .