point this script at our own docker image

This commit is contained in:
Jeff Epler 2025-08-16 21:51:33 -05:00
parent bcbc8719a3
commit ba2e62c5a0

View file

@ -7,5 +7,5 @@ if [ $# -eq 0 ]; then it=-it; else it=; fi
docker run \
-w /work/ports/m68kmac --rm \
-v "${TOP}":/work \
${it} ghcr.io/m68k-micropython/builder:latest "$@"
${it} ghcr.io/m68k-micropython/retro68:latest "$@"