Added by default docker platform as linux/amd64

This commit is contained in:
Marcin Woźniak 2024-12-01 23:28:22 +01:00
parent 09538b7d5c
commit 61dbf3b400

5
.zshrc
View File

@ -177,7 +177,12 @@ if [[ "$(uname)" == "Darwin" ]]; then
sort |
tail -n1)
export PATH=$PATH:/opt/homebrew/Cellar/tfenv/$TFENVVERSION/versions/$TFVERSION/
# Unset browser
unset BROWSER
# Docker as linux/amd64
export DOCKER_DEFAULT_PLATFORM=linux/amd64
fi
# Setting the right editor