Updated architecture docs

This commit is contained in:
Sam Surtees 2021-10-04 16:04:31 +10:00
parent 1c1304637f
commit 52c48fb0b6

View File

@ -8,9 +8,18 @@ architecture ("value")
`value` is one of:
* `universal`: The universal binaries supported by iOS and macOS
* `x86`
* `x86_64`
* `ARM`
* `ARM64`
Additional values that are aliases for the above:
* `i386`: Alias for `x86`
* `amd64`: Alias for `x86_64`
* `x32`: Alias for `x86`; There is intent to deprecate this
* `x64`: Alias for `x86_64`; There is intent to deprecate this
### Applies To ###