point this script at our own docker image
This commit is contained in:
parent
bcbc8719a3
commit
ba2e62c5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 "$@"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue