mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-07 21:32:54 +02:00
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
8eec787b7b
commit
1cb5fb56de
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export PATH=$PATH:$(go env GOPATH)/bin
|
||||||
if [ "$TARGET" == "linux_arm64" ]; then
|
if [ "$TARGET" == "linux_arm64" ]; then
|
||||||
ENVOY_PATH="$DIR/$TARGET"
|
ENVOY_PATH="$DIR/$TARGET"
|
||||||
mkdir -p "$ENVOY_PATH"
|
mkdir -p "$ENVOY_PATH"
|
||||||
curl -L -o "$ENVOY_PATH/envoy" https://github.com/pomerium/envoy-binaries/releases/download/v0.1.0/envoy-linux-arm64
|
curl -L -o "$ENVOY_PATH/envoy" https://github.com/pomerium/envoy-binaries/releases/download/v${ENVOY_VERSION}/envoy-linux-arm64
|
||||||
else
|
else
|
||||||
env HOME="${DIR}" getenvoy fetch standard:${ENVOY_VERSION}/${ENVOY_PLATFORM}
|
env HOME="${DIR}" getenvoy fetch standard:${ENVOY_VERSION}/${ENVOY_PLATFORM}
|
||||||
ENVOY_PATH=${DIR}/.getenvoy/builds/standard/${ENVOY_VERSION}/${ENVOY_PLATFORM}/bin
|
ENVOY_PATH=${DIR}/.getenvoy/builds/standard/${ENVOY_VERSION}/${ENVOY_PLATFORM}/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue