mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 18:06:34 +02:00
envoy: upgrade to v1.28.2 (#5057)
* envoy: upgrade to v1.28.2 * fallback to 1.28.0 for macos
This commit is contained in:
parent
90c401423d
commit
7cf6277f4e
1 changed files with 4 additions and 1 deletions
|
@ -5,10 +5,13 @@ PATH="$PATH:$(go env GOPATH)/bin"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
_project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/.."
|
_project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/.."
|
||||||
_envoy_version=1.28.0
|
|
||||||
_dir="$_project_root/pkg/envoy/files"
|
_dir="$_project_root/pkg/envoy/files"
|
||||||
|
|
||||||
for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do
|
for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do
|
||||||
|
_envoy_version=1.28.2
|
||||||
|
if [[ "$_target" == darwin* ]]; then
|
||||||
|
_envoy_version='1.28.0'
|
||||||
|
fi
|
||||||
_url="https://github.com/pomerium/envoy-binaries/releases/download/v${_envoy_version}/envoy-${_target}"
|
_url="https://github.com/pomerium/envoy-binaries/releases/download/v${_envoy_version}/envoy-${_target}"
|
||||||
|
|
||||||
curl \
|
curl \
|
||||||
|
|
Loading…
Add table
Reference in a new issue