ARM64 app creation: how to set the platform with CLI tools

0
I'm looking for the commandline switches for the Standalone App Creation (.app file creation) using the CLI tools to set the arm64 platform. Neither in app-publisher-cli nor in iectl I could find the approriate platform parameters.
asked
1 answers
0

the latest ie-app-publisher cli v1.13.7 supports the following switch for the 'sa cv' command:

 

--arch <arch>   Application supported platform, value can be x86-64 or arm64.By default it is set to x86-64 [Optional] (default: "x86-64")

 

answered