From a249e3597a669df155b0baee4b4561a5a9e665f8 Mon Sep 17 00:00:00 2001 From: Adam Drew Date: Mon, 6 Nov 2023 14:03:09 -0500 Subject: [PATCH] ls --- build_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_deploy.sh b/build_deploy.sh index 82ff7c2f..e6053331 100755 --- a/build_deploy.sh +++ b/build_deploy.sh @@ -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 .