build all arch in Azure

This commit is contained in:
Brad Warren 2020-08-14 13:34:33 -07:00
parent 4d950170e5
commit aa78f3b40e

View file

@ -81,7 +81,7 @@ stages:
# Certbot organization on Docker Hub.
containerRegistry: docker-hub
displayName: Login to Docker Hub
- bash: tools/docker/build.sh ${{ parameters.dockerTag }}
- bash: tools/docker/build.sh ${{ parameters.dockerTag }} all
displayName: Build the Docker images
- bash: tools/docker/deploy.sh ${{ parameters.dockerTag }}
displayName: Deploy the Docker images