mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-05 20:32:57 +02:00
deployment: Envoy cross platform improvements (#701)
* Share processgroup on all platforms * Fix cross platform release handling
This commit is contained in:
parent
d58f68ab15
commit
65bb1501fd
4 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue