Skip to content
Jimmy Wei edited this page Mar 11, 2023 · 8 revisions

os is a required array field that specifies which operating systems the sample can be built and run. Supported array elements are:

  • linux
  • window
  • darwin (for macOS)

The os field in your sample.json file should have a format similar to the following:

"os": ["linux", "windows", "darwin"]
Clone this wiki locally