Image no longer available for arm?
gitlab runner [used to be available for arm and aarch64](https://medium.com/better-programming/using-a-k3s-kubernetes-cluster-for-your-gitlab-project-b0b035c291a9) but it doesn't seem to be anymore.
When I try to add gitlab runner on raspberry pi cluster I'm getting
```
k logs --namespace gitlab-managed-apps install-runner
standard_init_linux.go:219: exec user process caused: exec format error
```
which means binary file is not supported on this platform. I tried with 32 bits and 64 bits raspbian.
issue