Drone:05 multi arch build

I read in the docs about the

when:
  platform:  [ linux/*, windows/amd64 ]

So is there an possibility to run such steps on different agents for example:

  • build for linux, run on linux agent
  • build for arm, run on arm agent

I know such an system is possible in gitlab with tags (run step on matching runner).