Always docker pull with DOCKER_DEFAULT_PLATFORM=linux/amd64

This commit is contained in:
Dave Gallant
2025-09-26 11:36:47 -04:00
parent 0e5cb35ece
commit a74a25f1d5

View File

@@ -144,6 +144,7 @@ in
export DOCKER_CLI_HINTS=false
export TERM=xterm-256color
export DOCKER_DEFAULT_PLATFORM=linux/amd64
export NNN_FIFO="$XDG_RUNTIME_DIR/nnn.fifo";
export PATH=$PATH:~/.cargo/bin