oso icon indicating copy to clipboard operation
oso copied to clipboard

No Python wheels for ARM64 Linux

Open jordemort opened this issue 3 years ago • 1 comments

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.

jordemort avatar Jun 09 '22 16:06 jordemort

I would also appreciate this. Feels similar to: https://github.com/osohq/oso/issues/808

robertkrossa avatar Sep 13 '22 20:09 robertkrossa

Closing as a duplicate of #1529.

@jordemort we'd certainly look at a PR modifying the GitHub Actions workflow to produce Linux ARM wheels!

gj avatar Oct 12 '22 15:10 gj