Skip to content

Commit 7c6a78e

Browse files
authored
Merge pull request #2197 from stuarteberg/tweak-microarch-build-example
microarch example: List at least one microarch_level
2 parents 02ad718 + 1b2e315 commit 7c6a78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,8 +1347,8 @@ Before learning how to use it, please read these considerations:
13471347
To implement microarchitecture-optimized builds in your feedstock, you'll end up with something like:
13481348

13491349
```yaml title="recipe/conda_build_config.yaml"
1350-
microarch_level: # [unix and x86_64]
1351-
- 1 # [unix and x86_64]
1350+
microarch_level:
1351+
- 1
13521352
- 3 # [unix and x86_64]
13531353
- 4 # [unix and x86_64]
13541354
```

0 commit comments

Comments
 (0)