Add Ubuntu 20.04

This commit is contained in:
Jean-Paul Calderone 2020-08-07 14:59:27 -04:00
parent 5d70a78cce
commit c2b1fda4e7
No known key found for this signature in database
GPG Key ID: 86E6F8BAE797C287

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