2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-16 10:52:20 +00:00

api.md: document arm64 arch

This commit is contained in:
Ronan Jouchet 2020-08-29 16:16:16 -04:00
parent 1c06af23fa
commit 06369f1213

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]