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 Arm64 as target build platform #20

Closed
dneary opened this issue Feb 29, 2024 · 3 comments
Closed

Add Arm64 as target build platform #20

dneary opened this issue Feb 29, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@dneary
Copy link

dneary commented Feb 29, 2024

It would be really nice if bpftop were to build native Arm64 binaries in addition to x86. All of the eBPF tooling being measured and instrumented is available on Arm64, and as a Rust program, there should be no porting issues.

@jfernandez jfernandez added the enhancement New feature or request label Mar 1, 2024
@jfernandez
Copy link
Contributor

Hi @dneary, I'll look into this for the next release.

@jfernandez jfernandez self-assigned this Mar 2, 2024
@jfernandez
Copy link
Contributor

I added the arm64 target for building with cross-rs. I updated the README with instructions on how to build the binary. For now we'll just publish the x86 bins in the release, but you can now build it locally. Sometime in the future I'll get to updating the build logic to publish both bins.

@dneary
Copy link
Author

dneary commented Mar 24, 2024

Thanks Jose! If it's any help, I may be able to help ensure compute resources for build & test.

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

No branches or pull requests

2 participants