-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add osx-arm64 and linux-aarch64 conda package builds #2211
Conversation
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:
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 |
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 |
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