Improve release script (#494)

* Add step for releasing environment builder image

* Strip $GOPATH from strack trace
This commit is contained in:
Ta-Ching Chen
2018-02-12 15:42:23 -08:00
committed by Soam Vasani
parent 9e9a0c1ec6
commit f695a81c46
5 changed files with 41 additions and 5 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/sh
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -gcflags=-trimpath=$GOPATH -asmflags=-trimpath=$GOPATH