Skip to content

Commit 95afec2

Browse files
committed
another tweak to the platform-machine table
1 parent 2cd1ca3 commit 95afec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/overrides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The value of `platform.machine()`. Takes a regex. A few sample values:
8181
| OS | Machine | `platform-machine` |
8282
| ------- | ---------------- | ------------------ |
8383
| Unix | Intel/AMD 64-bit | `x86_64` |
84-
| Linux | Intel 32-bit | `i686` |
84+
| Linux | Intel/AMD 32-bit | `i686` |
8585
| macOS | ARM | `arm64` |
8686
| Linux | ARM | `aarch64` |
8787
| Linux | Power PC | `ppc64le` |

0 commit comments

Comments
 (0)