Add the ARM64 cross toolchain, and follow the image to build/

Batocera and the ES-family handhelds run on ARM, where a linux_x64
binary will not start. The image gains the aarch64 cross compiler and
the arm64 dev libraries the pipeline links against.

The image itself also moved out of the internal package namespace,
which did not travel with the repo during the org reorganization.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-16 20:57:55 +02:00
co-authored by Claude Opus 5
parent 2ed0b1700e
commit 84ffc4ac1e
2 changed files with 17 additions and 5 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ binary — bevy loads it at runtime, it is not embedded.
```sh
docker build --platform linux/amd64 -f builder.Dockerfile \
--build-arg WASM_BINDGEN_VERSION=0.2.100 \
-t git.teletypegames.org/internal/bevy-builder:latest .
docker push git.teletypegames.org/internal/bevy-builder:latest
-t git.teletypegames.org/build/bevy-builder:latest .
docker push git.teletypegames.org/build/bevy-builder:latest
```
Detailed documentation lives on the wiki: `/development/bevy`.