chore(bashrc:ubuntu): enable Docker Buildkit on client-side

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-07-05 18:27:19 +08:00
parent b16bbc64dc
commit 8cffc86627
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 3 additions and 0 deletions

View File

@ -152,3 +152,6 @@ test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/bre
# Golang
export PATH=/home/gildedguy/go/bin:$PATH GOPATH=/home/gildedguy/go
# Use native builds when doing 'docker build' instead of 'docker buildx build'
export DOCKER_BUILDKIT=1