File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Top-level fields
37
37
* :ref: `linux `
38
38
* :ref: `linux_aarch64 `
39
39
* :ref: `linux_ppc64le `
40
+ * :ref: `noarch_platforms `
40
41
* :ref: `os_version `
41
42
* :ref: `osx `
42
43
* :ref: `provider `
@@ -152,7 +153,6 @@ Leaving this field empty implicitly requests to build a package natively. i.e.
152
153
osx_arm64 : osx_arm64
153
154
win_64 : win_64
154
155
155
-
156
156
.. _build_with_mambabuild :
157
157
158
158
build_with_mambabuild
@@ -270,7 +270,7 @@ defaults are as follows:
270
270
repo_name : " "
271
271
# branch name to execute on
272
272
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
274
274
# conda-forge-ci-setup-feedstock references
275
275
tooling_branch_name : master
276
276
@@ -321,6 +321,26 @@ Currently only:
321
321
linux_ppc64le :
322
322
enabled : False
323
323
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
+
324
344
.. _os_version :
325
345
326
346
os_version
You can’t perform that action at this time.
0 commit comments