Merge pull request #768 from tahoe-lafs/3328.ubuntu-2004

Add Ubuntu 20.04

Fixes: ticket:3328
This commit is contained in:
Jean-Paul Calderone 2020-08-10 12:43:55 -04:00 committed by GitHub
commit fe2332c519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 2 deletions

View File

@ -11,10 +11,13 @@ workflows:
requires:
- "debian-9"
- "ubuntu-18.04"
- "ubuntu-20.04"
- "ubuntu-18.04":
requires:
- "ubuntu-20.04"
- "ubuntu-16.04":
requires:
- "ubuntu-18.04"
- "ubuntu-20.04"
- "fedora-29"
- "fedora-28":
@ -65,6 +68,7 @@ workflows:
- "build-image-debian-9"
- "build-image-ubuntu-16.04"
- "build-image-ubuntu-18.04"
- "build-image-ubuntu-20.04"
- "build-image-fedora-28"
- "build-image-fedora-29"
- "build-image-centos-8"
@ -268,6 +272,13 @@ jobs:
user: "nobody"
ubuntu-20.04:
<<: *DEBIAN
docker:
- image: "tahoelafsci/ubuntu:20.04"
user: "nobody"
centos-8: &RHEL_DERIV
docker:
- image: "tahoelafsci/centos:8"
@ -480,6 +491,14 @@ jobs:
TAG: "18.04"
build-image-ubuntu-20.04:
<<: *BUILD_IMAGE
environment:
DISTRO: "ubuntu"
TAG: "20.04"
build-image-centos-8:
<<: *BUILD_IMAGE

View File

@ -0,0 +1 @@
Tahoe-LAFS now supports Ubuntu 20.04.