Option ‣ targets - chung-leong/zigar GitHub Wiki
An array listing the platform/archecture combination for which library files will be generated.
Example:
"targets": [
{ "platform": "win32", "arch": "x64" },
{ "platform": "win32", "arch": "arm64" },
{ "platform": "win32", "arch": "ia32" },
{ "platform": "linux", "arch": "x64" },
{ "platform": "linux", "arch": "arm64" },
{ "platform": "darwin", "arch": "x64" },
{ "platform": "darwin", "arch": "arm64" }
]
Possible platforms:
aixdarwinfreebsdlinuxlinux-muslopenbsdsunoswin32
Possible archectures:
armarm64ia32loong64mipsmipselppcppc64riscv64s390s390xx64