-
Notifications
You must be signed in to change notification settings - Fork 881
arch
returned by coder_provisioner
and what coder_agent
expects don't match
#11782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Need repro, would be good to know which model? |
As per the docs, all Raspberry pi after 2 should be |
I have one in my drawer! Time to dig it out. |
My bad, it's actually an armv6 model B that I have. Alternative: use QEMU ARM emulation (e.g. https://github.com/lima-vm/lima/blob/master/examples/experimental/armv7l.yaml ) |
No joy with QEMU armv7 emulation just yet (followed these steps to set up a Debian 12 armhf VM). Will see if I can get my hands on some real armv7 hardware. |
https://go.dev/wiki/GoArm#supported-architectures
|
While running on a Raspberry Pi with armv7 architecture. A user reported this error.

@bpmct could you try to reproduce on your Raspberry Pi?
Both workspace and Coder provisioner are running on Raspberry Pi.
Manually changing
arch = armv7
for thecoder_agent
fixed the issue.The text was updated successfully, but these errors were encountered: