mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-15 23:49:36 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue