Describe your idea
Hi team!
Currently, the release assets only include binaries for x86_64 architectures. With the rise of ARM-based cloud instances (like AWS Graviton and Oracle Cloud ARM), having native aarch64 binaries would be incredibly helpful for deployments.
I have successfully compiled and tested the binary for aarch64-unknown-linux-gnu.
I would like to submit a Pull Request to update the GitHub Actions release workflow to automatically build and include this target in future releases. Let me know if you are open to this!
Describe your idea
Hi team!
Currently, the release assets only include binaries for x86_64 architectures. With the rise of ARM-based cloud instances (like AWS Graviton and Oracle Cloud ARM), having native
aarch64binaries would be incredibly helpful for deployments.I have successfully compiled and tested the binary for
aarch64-unknown-linux-gnu.I would like to submit a Pull Request to update the GitHub Actions release workflow to automatically build and include this target in future releases. Let me know if you are open to this!