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 e73027d0b6
commit f8328ca4ba

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