diff options
author | Charles Pigott <charlespigott@googlemail.com> | 2020-05-09 13:11:38 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2020-05-10 20:03:57 +0100 |
commit | d6a995fc2ebce51615439a5f55131f02987b5c6e (patch) | |
tree | 52b4f17dbdaf6d24b2d9dbe79257696937bf55a2 /azure-pipelines | |
parent | 5aa6351042fb1caa787ad3305d56b6712169d330 (diff) | |
download | openttd-d6a995fc2ebce51615439a5f55131f02987b5c6e.tar.xz |
Add: [AzurePipelines] Ubuntu Focal (20.04) 64bit build for releases
Diffstat (limited to 'azure-pipelines')
-rw-r--r-- | azure-pipelines/templates/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines/templates/release.yml b/azure-pipelines/templates/release.yml index b0852c1c2..b9a559726 100644 --- a/azure-pipelines/templates/release.yml +++ b/azure-pipelines/templates/release.yml @@ -119,6 +119,8 @@ jobs: Tag: 'linux-ubuntu-bionic-i386-gcc' linux-ubuntu-bionic-amd64-gcc: Tag: 'linux-ubuntu-bionic-amd64-gcc' + linux-ubuntu-focal-amd64-gcc: + Tag: 'linux-ubuntu-focal-amd64-gcc' linux-debian-stretch-i386-gcc: Tag: 'linux-debian-stretch-i386-gcc' linux-debian-stretch-amd64-gcc: |