No Python wheels for ARM64 Linux
I'm building an app inside a Docker container on my M1 Mac, and I was surprised to find that I could not install the oso Python module from PyPI because there are no arm64 wheels published for Linux. I was able to add another stage to my Dockerfile to build my own wheel (and verified that all tests pass) but it would be nice to install from PyPI.
I'd be happy to help with the GitHub workflow to get it to produce arm64 wheels but I think there's a couple different ways that it could be done so I thought I'd bring it up first before throwing diffs at you.
I would also appreciate this. Feels similar to: https://github.com/osohq/oso/issues/808
Closing as a duplicate of #1529.
@jordemort we'd certainly look at a PR modifying the GitHub Actions workflow to produce Linux ARM wheels!