File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ function system:env() {
1414 echo HELPER_DIR=${HELPER_DIR}
1515 echo NETWORK_NAME=${NETWORK_NAME}
1616 echo DOCKER_BUILDKIT=${DOCKER_BUILDKIT}
17- echo DOCKER_DEFAULT_PLATFORM=${DOCKER_DEFAULT_PLATFORM}
1817 echo DDE_UID=${DDE_UID}
1918 echo DDE_GID=${DDE_GID}
2019 echo " "
Original file line number Diff line number Diff line change @@ -13,13 +13,11 @@ NETWORK_NAME=dde
1313DOCKER_BUILDKIT=1
1414DDE_UID=$( id -u)
1515DDE_GID=$( id -g)
16- DOCKER_DEFAULT_PLATFORM=$( uname -m | sed ' s/x86_64/linux\/amd64/; s/arm64/linux\/arm64/' )
1716DDE_BROWSER=
1817DDE_CONTAINER_SHELL=sh
1918export DDE_UID
2019export DDE_GID
2120export DDE_CONTAINER_SHELL
22- export DOCKER_DEFAULT_PLATFORM
2321
2422# If we're running in CI we need to disable TTY allocation for docker-compose
2523# commands that enable it by default, such as exec and run.
You can’t perform that action at this time.
0 commit comments