Rancher/agent:v1.0.2 on 32bit ARM

Hi Folks, I’m just spinning up rancher on 3 raspberry pi’s here at home.

So far, its going great, RancherOS boots and all the networking works, docker seems to be working, its all good.

However I then pulled the Rancher 1.1.4 image running on an existing docker host (Intel server) and its asking me to deploy an agent to my 3 nodes, when I try the command, it goes off to docker hub and gets the image, but fails to execute it per:

[rancher@rancher2 ~]$ sudo docker run -e CATTLE_AGENT_IP="10.20.30.100"  -d --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/rancher:/var/lib/rancher rancher/agent:v1.0.2 http://10.1.10.97:8888/v1/scripts/57441E735F2D159C18E4:1478905200000:v1vxJ3gi9Zm1Ueunl9kBXzdkkY
Unable to find image 'rancher/agent:v1.0.2' locally
v1.0.2: Pulling from rancher/agent
5a132a7e7af1: Pull complete
fd2731e4c50c: Pull complete
28a2f68d1120: Pull complete
a3ed95caeb02: Pull complete
7fa4fac65171: Pull complete
33de63de5fdb: Pull complete
d00b3b942272: Pull complete
Digest: sha256:b0b532d1e891534779d0eb1a01a5717ebfff9ac024db4412ead87d834ba92544
Status: Downloaded newer image for rancher/agent:v1.0.2
3cb16c05f3af012ffd3284ced33ced630e354e5e07ab3e489b6199add5d5f521
docker: Error response from daemon: rpc error: code = 2 desc = "oci runtime error: exec format error".

I suspect the problem is the agent is built for “normal” AMD64 platform. My question is - is there an image available for ARM that will run on a Pi ?