You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: