Skip to content

Commit a893f82

Browse files
committed
noarch_platforms uses underscores
1 parent 8dbc5e4 commit a893f82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,8 +1119,8 @@ would never be true). Fortunately, we can change the default behaviour in ``cond
11191119
:caption: conda-forge.yml
11201120
11211121
noarch_platforms:
1122-
- linux-64
1123-
- win-64
1122+
- linux_64
1123+
- win_64
11241124
11251125
This will provide two runners per package! But since we are using selectors in
11261126
``conda_build_config.yaml``, only one is true at a time. Perfect! All these changes require a
@@ -1164,9 +1164,9 @@ like this:
11641164
:caption: conda-forge.yml
11651165
11661166
noarch_platforms:
1167-
- linux-64
1168-
- osx-64
1169-
- win-64
1167+
- linux_64
1168+
- osx_64
1169+
- win_64
11701170
11711171
Again, remember to rerender after adding / modifying these files so the changes are applied.
11721172

0 commit comments

Comments
 (0)