Commit 72563c3
Add multi-architecture support to devcontainer build (#14)
## Summary
Build Docker image for both `linux/amd64` and `linux/arm64` to support
ARM64 Macs (M1/M4) and x86_64 systems.
The workflow was only building for the runner's architecture (x86_64).
This change enables multi-platform builds so the devcontainer image
works on both ARM64 Macs and x86_64 machines.
## Test plan
- [ ] Workflow runs and builds successfully for both architectures
- [ ] Image can be pulled on ARM64 Mac
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>1 parent d7b47ef commit 72563c3
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| 61 | + | |
0 commit comments