We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fc69f commit f6e8518Copy full SHA for f6e8518
1 file changed
src/omnipkg/conda-recipes/conda-forge-platforms.yml
@@ -11,9 +11,11 @@ provider:
11
linux_aarch64: azure
12
linux_ppc64le: azure
13
win: azure
14
- osx_arm64: azure # <--- ENABLE THIS
+ osx_arm64: azure
15
+ win_arm64: azure
16
17
build_platform:
18
linux_aarch64: linux_64
19
linux_ppc64le: linux_64
- osx_arm64: osx_64 # <--- ADD THIS (Forces Cross-Compilation on Intel Runner)
20
+ osx_arm64: osx_64 # (Forces Cross-Compilation on Intel Runner)
21
+ win_arm64: win_64 # (Forces MSVC Cross-Compilation on Windows x64 Runner)
0 commit comments