Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts: update get-envoy script to download all binaries #3886

Merged
merged 3 commits into from Jan 12, 2023

Conversation

calebdoxsey
Copy link
Contributor

Summary

When using macos and building a docker image the linux binary won't be available because we only download the envoy binary for the current os. This updates the script to download all the binaries. Only one envoy binary is included because we use build constraints:

//go:build darwin && amd64 && !embed_pomerium

Related issues

Checklist

  • reference any related issues
  • updated unit tests
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey added the enhancement New feature or request label Jan 12, 2023
@calebdoxsey calebdoxsey requested a review from a team as a code owner January 12, 2023 21:56
@coveralls
Copy link

Coverage Status

Coverage: 63.22% (-0.02%) from 63.244% when pulling 19e4eaa on cdoxsey/download-binaries into 1e6a483 on main.

@calebdoxsey calebdoxsey merged commit 759a778 into main Jan 12, 2023
@calebdoxsey calebdoxsey deleted the cdoxsey/download-binaries branch January 12, 2023 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants