mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-07-11 01:34:03 +02:00
tools: Use arch-specific Docker image tag when entering via script
Makes testing local changes more convenient
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user