You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintainer/conda_forge_yml.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -392,7 +392,9 @@ To enable ``linux_ppc64le`` and ``linux_aarch64`` and the following:
392
392
linux_ppc64le: default
393
393
linux_aarch64: default
394
394
395
-
If the ``build_platform`` for an arch is not available with the selected provider, the build will be disabled; cross-compilation must be specified manually.
395
+
If the ``build_platform`` for an arch is not available with the selected provider
396
+
(either natively or with emulation), the build will be disabled; cross-compilation
0 commit comments