Added by default docker platform as linux/amd64

This commit is contained in:
2024-12-01 23:28:22 +01:00
parent e853f660b4
commit ff3d44bd93

5
.zshrc

@ -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