Remove file system paths executables

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-08-22 19:31:00 -04:00
parent 726be8832b
commit 21ca21c580
2 changed files with 4 additions and 4 deletions

View file

@ -54,7 +54,7 @@ function build_for_arch(){
env GOOS="${os}" GOARCH="${arch}" go build \
"${GOBUILD_FLAGS}" \
-ldflags "-s -w \
-trimpath -ldflags="-buildid= -w -s" \
-X ${PKG}/version.RELEASE=${TAG} \
-X ${PKG}/version.COMMIT=${COMMIT_SHA} \
-X ${PKG}/version.REPO=${REPO_INFO}" \