I get 'Error: expected arch to be one of [amd64 armv7 arm64], got arm' but the CPU is armv7

Exec format error on pod (ARM arch)
exec format error. I guess it comes from the image being compiled for x86 and not ARM. Is there any image that I can use/find that supports ARM arch ? If not, where can I find the sources to compile the image into ARM ?
Thanks...ARM64 machine data.coder_workspace.me.arch will return arch64.
But as you wish to have your workspaces on another machine you should not use this but set the arch of coder_agent resource to correct value i.e. AMD64....docker
Password for authenticating workspaces with external services
[RESOLVED] Having issues getting coder_apps to appear in my Workspace
https://guac.example.com/#/client/abcxyz. I am trying to get that URL as a clickable link on my Coder Workspace, but I can't seem to figure out how to get it to appear. It seems logical that I could create a coder_app resource with the url set to the desired URL and external=true. While building the template doesn't give me issues, it doesn't actually display it anywhere.
This is the primary reference material I am looking at:
https://coder.com/docs/v2/latest/ides/web-ides
...Need some help with understanding how the code server command creates a tunnel
is it possible to use coder to develop flutter apps?
Modify coder serviceaccount when deploying with helm charts
Coder on fly.io, stuck with error "Resource not found or you do not have access to this resource"
5. Create the new template by running the following command from the fly-docker-image directory:
The error is: Resource not found or you do not have access to this resource...
latest coder server + wgtunnel currently giving 404 errors
does not support data source "coder_git_auth"

envbox + envbuilder template
Failed to refresh OAuth token.

Docker Dind Volume Issue
Web UI is not accessible with Docker installation
docker run --rm -it -e CODER_ACCESS_URL="https://..." -e CODER_PG_CONNECTION_URL="postgresql://..." -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/coder/coder:latest
docker run --rm -it -e CODER_ACCESS_URL="https://..." -e CODER_PG_CONNECTION_URL="postgresql://..." -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/coder/coder:latest
Permission denied creating first template
Docker-Compose Setup with Socket Proxy, Traefik2 & Docker Secrets
HTTPS leads to 502 Bad Gateway
code-server via http. Now, when we try to utilize tailscale cert and pass the generated cert / key to the code-server in our template, we run into a 502, when opening the code-server via the Coder Server workspace view.
I'm pretty sure that we oversee something here. This is our current configuration:
```terraform...Cannot create template, docker socket permission denied
coder template create command on a template I had previously installed. However this time it complains that
```
Error: Error pinging Docker server: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/_ping": dial unix /var/run/docker.sock: connect: permission denied...I want to install extensions from visual studio marketplace