CPUArch
Represents the CPU architecture for compilation.
- 'x64': 64-bit x86 architecture (Intel/AMD)
- 'arm64': 64-bit ARM architecture (Apple Silicon, ARM-based servers)
Definition
Type: CPUArch = 'x64' | 'arm64'
Represents the CPU architecture for compilation.
Type: CPUArch = 'x64' | 'arm64'