Use the platform
section to configure the target operating system and architecture and routes the pipeline to the appropriate runner. If unspecified, the system defaults to Linux amd64.
Example Linux amd64 pipeline:
|
|
Example Linux arm64 pipeline:
|
|
Example Linux arm32 pipeline:
|
|
Windows
If you are running Docker pipelines on windows you must specify the operating system version number.
Please note Windows pipelines are not available on Drone Cloud. This feature is only available when self-hosting
Example windows 1809 pipeline:
|
|
Example windows 1903 pipeline:
|
|