polkascan / py-sr25519-bindings

Python bindings for the RUST implementation of the sr25519 cryptography library
Apache License 2.0
8 stars 16 forks source link

Generate wheel for aarch64 #4

Closed yabirgb closed 2 years ago

yabirgb commented 3 years ago

Hello! We at https://github.com/rotki are preparing a version of our app for aarch64 and would be nice if this project could also provided wheel files for this architecture at pypi.

I saw that you already have a github action to build in different platforms so maybe could be useful to use this project https://github.com/uraimo/run-on-arch-action

Thank you

arjanz commented 2 years ago

Better late than never, latest release https://pypi.org/project/py-sr25519-bindings/0.1.4/ provides aarch64 wheels

yabirgb commented 2 years ago

@arjanz Thank you very much for your work! Will be very useful :)