mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-07-09 17:24:49 -06:00
tools: Use arch-specific Docker image tag when entering via script
Makes testing local changes more convenient
This commit is contained in:
parent
398b13abc2
commit
792cde35ca
@ -2,4 +2,4 @@
|
||||
|
||||
# This script assumes that Docker is installed
|
||||
|
||||
docker run -it --rm -v $(pwd):/mnt opensauce04/azahar-build-environment
|
||||
docker run -it --rm -v $(pwd):/mnt opensauce04/azahar-build-environment:$(uname -m)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user