Added by default docker platform as linux/amd64
This commit is contained in:
parent
e853f660b4
commit
ff3d44bd93
5
.zshrc
5
.zshrc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user