api.md: document arm64 arch

This commit is contained in:
Ronan Jouchet 2020-08-29 16:16:16 -04:00
parent 1c06af23fa
commit 06369f1213
1 changed files with 3 additions and 1 deletions

View File

@ -135,7 +135,9 @@ The alternative values `win32` (for Windows) or `darwin`, `mac` (for macOS) can
-a, --arch <value>
```
Processor architecture, automatically determined based on the current OS. Can be overwritten by specifying either `ia32`, `x64` or `armv7l`.
The processor architecture to target when building.
- Automatically set to the build-time machine architecture...
- ... or can be overridden by specifying one of: `x64`, `arm`, `arm64`, `ia32`.
#### [app-copyright]