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 e853f660b4
commit ff3d44bd93
Signed by: y0rune
GPG Key ID: F204C385F57EB348

5
.zshrc
View File

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