Platform
Platform defines the target execution environment.
Properties
-
arch - string
Arch defines the target cpu architecture.enum values:
amd64armarm64386ppcppc64ppc64leriscvriscv64s390s390xsparcsparc64
-
features - string
Features defines the target platform features. -
os - string
OS defines the target operating system.enum values:
linuxwindowsmacosdarwindragonflyfreebsdnetbsdopenbsdplan9solaris
-
variant - string
Variant defines the target cpu architecture variant. -
version - string
Version defines the target operating system version.
Examples
platform:
os: linux
platform:
os: linux
arch: amd64