Commit 822989d
committed
docs: add Apple Silicon / ARM64 troubleshooting for y-wing
The amd64-only y-wing image (santosomar/ywing:latest) crashes on
ARM64 hosts under QEMU user-mode emulation with "lfstack.push
invalid packing" because Go's runtime pointer-tagging assumes a
memory layout that QEMU's x86-on-ARM emulation breaks. This is a
QEMU/Go-runtime incompatibility, not a config bug in this repo.
Document workarounds for users hitting this on Apple Silicon and
other ARM64 hosts, ranked by effectiveness:
- Docker Desktop with Rosetta 2 (most reliable on Apple Silicon)
- Run on an x86_64 host (Vagrantfile / cloud VM)
- tonistiigi/binfmt amd64 handler (helps most amd64 images, not y-wing)
- Skip y-wing as a last resort
Add a comment in docker-compose.yml above the y-wing service so
operators see the warning and link to issue #82 before the crash.
Refs #82
Made-with: Cursor1 parent acdd665 commit 822989d
2 files changed
Lines changed: 57 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
148 | 200 | | |
149 | 201 | | |
150 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
| |||
0 commit comments