deployment: Envoy cross platform improvements (#701)

* Share processgroup on all platforms

* Fix cross platform release handling
This commit is contained in:
Travis Groth 2020-05-14 15:16:24 -04:00
parent d58f68ab15
commit 65bb1501fd
4 changed files with 14 additions and 6 deletions

View file

@ -5,6 +5,8 @@ BINARY=$1
ENVOY_VERSION=1.14.1
DIR=$(dirname "${BINARY}")
GOOS=$(echo "${GOOS-}" | cut -d _ -f 1) # goreleaser is fine
GOOS=$(go env GOOS)
if [ "${GOOS}" == "darwin" ]; then