Skip to content

Commit 4e3f0ec

Browse files
committed
updated the list of distros used for artifacts testing
1 parent 82dea03 commit 4e3f0ec

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
matrix:
105105
os: [linux]
106106
targetFramework: [3.1]
107-
distro: [alpine.3.10-x64, centos.7-x64, debian.9-x64, fedora.30-x64, ubuntu.16.04-x64, ubuntu.18.04-x64]
107+
distro: [alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, fedora.32-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64]
108108
fail-fast: false
109109

110110
steps:
@@ -234,7 +234,7 @@ jobs:
234234
matrix:
235235
os: [linux]
236236
targetFramework: [3.1]
237-
distro: [alpine.3.10-x64, centos.7-x64, debian.9-x64, fedora.30-x64, ubuntu.16.04-x64, ubuntu.18.04-x64]
237+
distro: [alpine.3.12-x64, centos.7-x64, debian.9-x64, debian.10-x64, fedora.32-x64, ubuntu.16.04-x64, ubuntu.18.04-x64, ubuntu.20.04-x64]
238238
fail-fast: false
239239

240240
steps:

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ stages:
5959
parameters:
6060
name: Linux
6161
vmImage: 'ubuntu-latest'
62-
distros: [ 'alpine.3.10-x64', 'centos.7-x64', 'debian.9-x64', 'fedora.30-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64' ]
62+
distros: [ 'alpine.3.12-x64', 'centos.7-x64', 'debian.9-x64', 'debian.10-x64', 'fedora.32-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64', 'ubuntu.20.04-x64' ]
6363
dotnetVersions: [ '3.1' ]
6464

6565
- stage: Docker
@@ -71,7 +71,7 @@ stages:
7171
parameters:
7272
name: Linux
7373
vmImage: 'ubuntu-latest'
74-
distros: [ 'alpine.3.10-x64', 'centos.7-x64', 'debian.9-x64', 'fedora.30-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64' ]
74+
distros: [ 'alpine.3.12-x64', 'centos.7-x64', 'debian.9-x64', 'debian.10-x64', 'fedora.32-x64', 'ubuntu.16.04-x64', 'ubuntu.18.04-x64', 'ubuntu.20.04-x64' ]
7575
dotnetVersions: [ '3.1' ]
7676

7777
- stage: Publish

src/Docker/docker.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"linux": {
33
"3.1": [
4-
"alpine.3.10-x64",
4+
"alpine.3.12-x64",
55
"centos.7-x64",
66
"debian.9-x64",
7-
"fedora.30-x64",
7+
"debian.10-x64",
8+
"fedora.32-x64",
89
"ubuntu.16.04-x64",
9-
"ubuntu.18.04-x64"
10+
"ubuntu.18.04-x64",
11+
"ubuntu.20.04-x64"
1012
]
1113
},
1214
"windows": {

0 commit comments

Comments
 (0)