Skip to content

Commit

Permalink
Merge pull request #2197 from stuarteberg/tweak-microarch-build-example
Browse files Browse the repository at this point in the history
microarch example: List at least one microarch_level
  • Loading branch information
isuruf authored Sep 24, 2024
2 parents 02ad718 + 1b2e315 commit 7c6a78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/maintainer/knowledge_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -1347,8 +1347,8 @@ Before learning how to use it, please read these considerations:
To implement microarchitecture-optimized builds in your feedstock, you'll end up with something like:

```yaml title="recipe/conda_build_config.yaml"
microarch_level: # [unix and x86_64]
- 1 # [unix and x86_64]
microarch_level:
- 1
- 3 # [unix and x86_64]
- 4 # [unix and x86_64]
```
Expand Down

0 comments on commit 7c6a78e

Please sign in to comment.