Drone and Runner not communicating properly behind reverse proxy!

Hello @TheGreyRaven

I can see from the runner output that it is polling for the arm64 architecture, however, the platform section in your yaml specifies the arm architecture.

platform:
  os: linux
  arch: arm

Since the architectures do not match, the pipeline does not get picked up by the runner and sits in a pending state. Could you please try making this change so that the Arch that the YAML is looking for and the runner is on is the same.

Thanks & Regards,
Harness Support

1 Like