mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
use cached envoy (#2132)
This commit is contained in:
parent
5767443836
commit
9d0baad136
1 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,11 @@ hash_sha256() {
|
|||
fi
|
||||
}
|
||||
|
||||
if [ -f "$_dir/envoy" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p "$_dir"
|
||||
curl -L -o "$_dir/envoy" "https://github.com/pomerium/envoy-binaries/releases/download/v${_envoy_version}/envoy-${_target}"
|
||||
curl -L --compressed -o "$_dir/envoy" "https://github.com/pomerium/envoy-binaries/releases/download/v${_envoy_version}/envoy-${_target}"
|
||||
|
||||
hash_sha256 "$_dir/envoy" >"$_dir/envoy.sha256"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue