fix: Adds Debian 11 and fixes Fedora 34 support (#875)

* Adds Debian 11 support
* Fixes Fedora 34 support
* Updates CentOS8 support
This commit is contained in:
Kamron Batman 2021-12-04 23:40:38 -08:00 committed by GitHub
parent 7da6cec27e
commit b67d57d806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 12 deletions

View file

@ -34,12 +34,9 @@ jobs:
'CentOS 7':
containerImage: centos:7
os: centos.7
'Debian 10':
containerImage: mcr.microsoft.com/dotnet/sdk:5.0-buster-slim
os: debian.10
# 'Debian 11':
# containerImage: amd64/buildpack-deps:bullseye
# os: debian.11-x64
'Debian 11':
containerImage: mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim
os: debian.11
'Ubuntu 20':
containerImage: mcr.microsoft.com/dotnet/sdk:6.0-focal
os: ubuntu.20.04
@ -49,6 +46,9 @@ jobs:
'Fedora 33':
containerImage: fedora:33
os: fedora.33
'Fedora 34':
containerImage: fedora:34
os: fedora.34
displayName: Linux