Commit 8192d93
fix: correct coder agent architecture to arm64 (#413)
* fix: remove unnecessary coder binary move step in deployment workflow
* fix: correct coder agent architecture to arm64
This fixes the workspace health issue where the Coder agent fails to start
with "Exec format error" because the downloaded binary architecture doesn't
match the container's actual architecture.
Changes:
- Update coder_agent.main.arch from "amd64" to "arm64"
- Matches actual container platform running on aarch64 (ARM64)
Impact:
- Resolves agent connection timeout (210s)
- Fixes "Exec format error" when executing coder binary
- Enables workspace to reach healthy state
Root Cause Analysis:
The dev-server runs on ARM64 architecture (aarch64), but the template
specified amd64, causing Coder to download an x86_64 binary that cannot
execute on ARM64 platform.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 674d6b7 commit 8192d93
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments