* Add step for releasing environment builder image * Strip $GOPATH from strack trace
3 lines
112 B
Bash
Executable File
3 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -gcflags=-trimpath=$GOPATH -asmflags=-trimpath=$GOPATH
|