Cleanup main makefile and remove the need of sed (#4995)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-31 22:56:55 -03:00 committed by GitHub
parent 3f94729c52
commit ee5595f5be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 40 deletions

View file

@ -44,6 +44,7 @@ if [ "$missing" = true ]; then
fi
export CGO_ENABLED=0
export GOARCH=${ARCH}
go build \
"${GOBUILD_FLAGS}" \