Skip to content

Commit f6e8518

Browse files
committed
ci(win): attempt to build win arm 64 on conda-forge
Modified: • src/omnipkg/conda-recipes/conda-forge-platforms.yml (+4/-2 lines) [gitship-generated]
1 parent e1fc69f commit f6e8518

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/omnipkg/conda-recipes/conda-forge-platforms.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ provider:
1111
linux_aarch64: azure
1212
linux_ppc64le: azure
1313
win: azure
14-
osx_arm64: azure # <--- ENABLE THIS
14+
osx_arm64: azure
15+
win_arm64: azure
1516

1617
build_platform:
1718
linux_aarch64: linux_64
1819
linux_ppc64le: linux_64
19-
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

Comments
 (0)