Skip to content

Commit

Permalink
deps: update envoy arm64 to v1.15.1 (pomerium#1475) (pomerium#1476)
Browse files Browse the repository at this point in the history
Co-authored-by: Travis Groth <[email protected]>
  • Loading branch information
github-actions[bot] and travisgroth authored Sep 30, 2020
1 parent 8eec787 commit 1cb5fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/embed-envoy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export PATH=$PATH:$(go env GOPATH)/bin
if [ "$TARGET" == "linux_arm64" ]; then
ENVOY_PATH="$DIR/$TARGET"
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
env HOME="${DIR}" getenvoy fetch standard:${ENVOY_VERSION}/${ENVOY_PLATFORM}
ENVOY_PATH=${DIR}/.getenvoy/builds/standard/${ENVOY_VERSION}/${ENVOY_PLATFORM}/bin
Expand Down

0 comments on commit 1cb5fb5

Please sign in to comment.