Skip to content

Commit bc3cf2d

Browse files
authored
DOC add info on os version
1 parent 8dd8e5a commit bc3cf2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Top-level fields
3636
* linux
3737
* linux_aarch64
3838
* linux_ppc64le
39+
* os_version
3940
* osx
4041
* provider
4142
* recipe_dir
@@ -248,6 +249,16 @@ Currently only:
248249
linux_ppc64le:
249250
enabled: False
250251
252+
os_version
253+
----------
254+
This key is used to set the OS versions for ``linux_*`` platforms. Valid entries map a linux platform and arch to either ``cos6``
255+
or ``cos7``. Currently ``cos6`` is the default. Here is an example that enables CentOS 7 on ``linux-64`` builds
256+
257+
.. code-block:: yaml
258+
259+
os_version:
260+
linux_64: cos7
261+
251262
osx
252263
---
253264
The macOSX-specific configuration options. This is largely an internal setting.

0 commit comments

Comments
 (0)