tgcrypto icon indicating copy to clipboard operation
tgcrypto copied to clipboard

aarch64 musl wheel

Open SandaruKasa opened this issue 2 years ago • 0 comments

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!

SandaruKasa avatar Aug 29 '23 15:08 SandaruKasa