ci: disable alt build during try builds

The build is not actually needed often, and it can be added back on a
case-by-case basis if a specific PR needs access to it.
This commit is contained in:
Pietro Albini 2020-06-17 17:17:25 +02:00
parent 2935d294ff
commit afde8601d6
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C
3 changed files with 0 additions and 11 deletions

View file

@ -152,10 +152,6 @@ jobs:
- name: dist-x86_64-linux
os: ubuntu-latest-xl
env: {}
- name: dist-x86_64-linux-alt
env:
IMAGE: dist-x86_64-linux
os: ubuntu-latest-xl
timeout-minutes: 600
runs-on: "${{ matrix.os }}"
steps: