mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
core/envoy: upgrade to v1.25.10 (#4897)
* core/envoy: upgrade to v1.25.10 * fix darwin
This commit is contained in:
parent
fcf3961da4
commit
31c15e168e
1 changed files with 5 additions and 1 deletions
|
@ -5,10 +5,14 @@ PATH="$PATH:$(go env GOPATH)/bin"
|
|||
export PATH
|
||||
|
||||
_project_root="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)/.."
|
||||
_envoy_version=1.25.5
|
||||
_dir="$_project_root/pkg/envoy/files"
|
||||
|
||||
for _target in darwin-amd64 darwin-arm64 linux-amd64 linux-arm64; do
|
||||
_envoy_version='1.25.10'
|
||||
if [[ "$_target" == darwin* ]]; then
|
||||
_envoy_version='1.25.5'
|
||||
fi
|
||||
|
||||
_url="https://github.com/pomerium/envoy-binaries/releases/download/v${_envoy_version}/envoy-${_target}"
|
||||
|
||||
curl \
|
||||
|
|
Loading…
Add table
Reference in a new issue