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

Add 32bit arm build targets #461

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

philippgl
Copy link
Contributor

I want to use grpcurl on a raspberry pi 0 and therefore I need 32 bit binaries. As this might be interesting for others, I thought, I could just create a PR for it.

goarm:
- 5
- 6
- 7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need all 3? just thinking about keeping the number of permutations reasonable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only need armv6, but I think armv7 is also quite popular.
This should add exactly 3 builds: armv5, armv6 and armv7 for linux.

@dragonsinth dragonsinth merged commit fc63514 into fullstorydev:master Jun 17, 2024
7 checks passed
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.

2 participants