Skip to content

Commit 792f43d

Browse files
committed
Mention valid architectures
1 parent f93dbf6 commit 792f43d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/writing-easyconfig-files.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,15 @@ sanity_check_paths = {
11011101
},
11021102
```
11031103
1104+
Currently, the following values for architectures are supported:
1105+
1106+
- `'AArch32'`
1107+
- `'AArch64'`
1108+
- `'POWER'`
1109+
- `'x86_64'`
1110+
- `'RISCV32'`
1111+
- `'RISCV64'`
1112+
11041113
## Version-specific documentation relevant to easyconfigs
11051114
11061115
- [Available config file constants][avail_cfgfile_constants]

0 commit comments

Comments
 (0)