Skip to content

Commit 5efb81e

Browse files
committed
add conda-forge.yml section
1 parent 95259d1 commit 5efb81e

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Top-level fields
3737
* :ref:`linux`
3838
* :ref:`linux_aarch64`
3939
* :ref:`linux_ppc64le`
40+
* :ref:`noarch_platforms`
4041
* :ref:`os_version`
4142
* :ref:`osx`
4243
* :ref:`provider`
@@ -152,7 +153,6 @@ Leaving this field empty implicitly requests to build a package natively. i.e.
152153
osx_arm64: osx_arm64
153154
win_64: win_64
154155
155-
156156
.. _build_with_mambabuild:
157157

158158
build_with_mambabuild
@@ -270,7 +270,7 @@ defaults are as follows:
270270
repo_name: ""
271271
# branch name to execute on
272272
branch_name: master
273-
# branch name to use for rerender+webservices github actions and
273+
# branch name to use for rerender+webservices github actions and
274274
# conda-forge-ci-setup-feedstock references
275275
tooling_branch_name: master
276276
@@ -321,6 +321,26 @@ Currently only:
321321
linux_ppc64le:
322322
enabled: False
323323
324+
.. _noarch_platforms:
325+
326+
noarch_platforms
327+
----------------
328+
Platforms on which to build noarch packages. The preferred default is a
329+
single build on ``linux_64``.
330+
331+
.. code-block:: yaml
332+
333+
noarch_platforms: linux_64
334+
335+
To build on multiple platforms, e.g. for simple packages with platform-specific
336+
dependencies, provide a list.
337+
338+
.. code-block:: yaml
339+
340+
noarch_platforms:
341+
- linux_64
342+
- win_64
343+
324344
.. _os_version:
325345

326346
os_version

0 commit comments

Comments
 (0)