probe_gateway_metric/build.sh
crusader f6ffe62931 ing
2018-06-14 16:18:14 +09:00

8 lines
272 B
Bash
Executable File

#!/bin/bash
rm ./dist
CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags="-s" -o ./dist/probe_gateway_metric
docker build -t docker.loafle.net/overflow/probe_gateway_metric:1.0.0-SNAPSHOT .
docker push docker.loafle.net/overflow/probe_gateway_metric:1.0.0-SNAPSHOT