mirror of
https://github.com/JackHopkins/factorio-learning-environment.git
synced 2025-09-06 13:23:58 +00:00
attach mods option
This commit is contained in:
@@ -5,7 +5,7 @@ setup_platform() {
|
||||
ARCH=$(uname -m)
|
||||
OS=$(uname -s)
|
||||
if [ "$ARCH" = "arm64" ] || [ "$ARCH" = "aarch64" ]; then
|
||||
export DOCKER_PLATFORM="linux/amd64"
|
||||
export DOCKER_PLATFORM="linux/arm64"
|
||||
else
|
||||
export DOCKER_PLATFORM="linux/amd64"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user