pyrogram / tgcrypto

Fast and Portable Cryptography Extension Library for Pyrogram
https://pyrogram.org
GNU Lesser General Public License v3.0
175 stars 41 forks source link

aarch64 musl wheel #35

Open SandaruKasa opened 10 months ago

SandaruKasa commented 10 months ago

Could you please add a pre-built wheel for aarch64 musl?

I'm running some scripts on a Raspberry Pi in an alpine container, so I end up having to

apk add --no-cache gcc musl-dev
pip install --no-cache-dir tgcrypto
apk del gcc musl-dev

every time, which is kinda slow.

I tried figuring out how to do it myself so that I can open a PR, but didn't manage to. Hence, the issue.

Thanks in advance!