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

Support static binary versions #24

Merged
merged 1 commit into from
Jun 13, 2023
Merged

Conversation

bryannaegele
Copy link
Contributor

@bryannaegele bryannaegele commented Jun 12, 2023

This adds support for downloading the static version of the binaries which is needed to run on arm architectures which don't have a non-static binary available, such as opa_linux_arm64_static. This is especially helpful for testing workflows locally with act on apple silicon.

Fixes #15

@charlieegan3
Copy link

Hey @bryannaegele, thanks for this. It makes sense and is a good option to support.

Would you be able to sign off your commit so that the DCO check completes?

We have some docs on the matter here: https://www.openpolicyagent.org/docs/latest/contrib-code/#developer-certificate-of-origin

Signed-off-by: Bryan Naegele <bryan@simplebet.io>
@bryannaegele
Copy link
Contributor Author

Done! First time I've seen that used.

@tim775 tim775 self-requested a review June 13, 2023 16:05
@tim775
Copy link
Member

tim775 commented Jun 13, 2023

Thanks @bryannaegele this is great! It looks like one of the packages needs to be updated to fix the one test failure, I'll do that in a separate pr.

@tim775 tim775 merged commit 6f182ee into open-policy-agent:main Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue using dynamic build and requirement on GLIBC
3 participants