Add osx-arm64 and linux-aarch64 conda package builds
Adds cross-compile builds for conda packages, so that playwright-python can be installed on Apple Silicon (osx-arm64) and ARM (linux-aarch64).
Fixes #1745
This is ready for review @mxschmitt
@microsoft-github-policy-service agree company="Queensland University of Technology"
Hello, thanks for your contribution! I tried to execute this locally on my linux machine, but getting an error that the argument is not available:
conda build: error: unrecognized arguments: --target-platform=linux-aarch64
I also did not find documentation for this command either. What do I do differently?
Hi @mxschmitt - you are completely right, this syntax does not work for conda build. I am used to using https://github.com/mamba-org/boa where this is an option. I fixed up the PR - it would be great if you could have another look.
ping on this?
@mxschmitt - any chance to merge this in?
Would be super to have conda packages on Mac. :-)
Check https://anaconda.org/tobiasrobotics/playwright if you need it