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