Skip to content

Commit

Permalink
More debug data
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Nov 6, 2023
1 parent a249e35 commit f27a746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ fi
#### End

docker buildx ls

docker buildx inspect --bootstrap
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 f27a746

Please sign in to comment.