Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Nov 6, 2023
1 parent 13bf186 commit a249e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ if [[ "$VALID_TAGS_LENGTH" -eq 0 ]]; then
fi
#### End

docker buildx ls

docker buildx use multiarchbuilder
docker --config="$DOCKER_CONF" buildx build --platform linux/amd64,linux/arm64 --build-arg BASE_IMAGE="$BASE_IMG" -t "${IMAGE}:${IMAGE_TAG}" --push .

0 comments on commit a249e35

Please sign in to comment.