Skip to content

Commit

Permalink
update dockerbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Apr 4, 2023
1 parent a5212cb commit 5ae6f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ cd $(dirname $0)

platforms=(linux/amd64 linux/arm64 linux/arm64/v8)

export DOCKER_BUILDKIT=1 # for docker build cache

function build(){
tag=$1
platform=$2
Expand Down

0 comments on commit 5ae6f9e

Please sign in to comment.