Improve release script (#494)
* Add step for releasing environment builder image * Strip $GOPATH from strack trace
This commit is contained in:
committed by
Soam Vasani
parent
9e9a0c1ec6
commit
f695a81c46
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o builder .
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -gcflags=-trimpath=$GOPATH -asmflags=-trimpath=$GOPATH -o builder .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user