Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1020 Bytes

Platform.md

File metadata and controls

21 lines (11 loc) · 1020 Bytes

Platform

Properties

Name Type Description Notes
architecture String Architecture field specifies the CPU architecture, for example `amd64` or `ppc64le`. [optional]
os String OS specifies the operating system, for example `linux` or `windows`. [optional]
osFeatures List<String> OSFeatures is an optional field specifying an array of strings, each listing a required OS feature (for example on Windows `win32k`). [optional]
osVersion String OSVersion is an optional field specifying the operating system version, for example on Windows `10.0.14393.1066`. [optional]
variant String Variant is an optional field specifying a variant of the CPU, for example `v7` to specify ARMv7 when architecture is `arm`. [optional]

Implemented Interfaces

  • Serializable