We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f868f commit 99d5599Copy full SHA for 99d5599
src/ci/azure-pipelines/try.yml
@@ -14,14 +14,10 @@ jobs:
14
- template: steps/run.yml
15
strategy:
16
matrix:
17
- dist-x86_64-linux:
18
- IMAGE: dist-x86_64-linux
+ dist-various-2:
+ IMAGE: dist-various-2
19
DEPLOY: 1
20
21
- dist-x86_64-linux-alt:
22
23
- DEPLOY_ALT: 1
24
-
25
# The macOS and Windows builds here are currently disabled due to them not being
26
# overly necessary on `try` builds. We also don't actually have anything that
27
# consumes the artifacts currently. Perhaps one day we can reenable, but for now
0 commit comments