diff --git a/src/ci/azure-pipelines/try.yml b/src/ci/azure-pipelines/try.yml index c919b1023a0eb..5354c50d55476 100644 --- a/src/ci/azure-pipelines/try.yml +++ b/src/ci/azure-pipelines/try.yml @@ -22,6 +22,10 @@ jobs: IMAGE: dist-x86_64-linux DEPLOY_ALT: 1 + dist-various-2: + IMAGE: dist-various-2 + DEPLOY: 1 + # The macOS and Windows builds here are currently disabled due to them not being # overly necessary on `try` builds. We also don't actually have anything that # consumes the artifacts currently. Perhaps one day we can reenable, but for now