Platform
Warning
Deprecated since 0.9.0. Planned removal at 0.10.0. Use ‘engines’ and ‘runners’ instead.
A list of platforms to generate target artifacts for.
Example:
platforms:
  - type: docker
    image: "bash:4.0"
  - type: native
  - type: nextflow
    directives:
      label: [lowcpu, midmem]type
Type: String
Specifies the type of the platform.