From aa78f3b40e9e2ec75f8c8ddb8d8b5f92a64c9471 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 14 Aug 2020 13:34:33 -0700 Subject: [PATCH] build all arch in Azure --- .azure-pipelines/templates/stages/deploy-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index 8fc1ff4c6..4ef89a4cf 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -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