From ff3d44bd93c872ef710737a89a37014c02b943e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 1 Dec 2024 23:28:22 +0100 Subject: [PATCH] Added by default docker platform as linux/amd64 --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index fd573d9..ac60267 100644 --- a/.zshrc +++ b/.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