We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95afec2 commit 2dee148Copy full SHA for 2dee148
docs/configuration/overrides.md
@@ -86,8 +86,8 @@ The value of `platform.machine()`. Takes a regex. A few sample values:
86
| Linux | ARM | `aarch64` |
87
| Linux | Power PC | `ppc64le` |
88
| Linux | s390x | `s390x` |
89
-| Windows | Intel 64-bit | `AMD64` |
90
-| Windows | Intel 32-bit | `x86` |
+| Windows | Intel/AMD 64-bit | `AMD64` |
+| Windows | Intel/AMD 32-bit | `x86` |
91
| Windows | ARM | `ARM64` |
92
93
### `abi-flags` (string)
0 commit comments