Add Ubuntu 22.04 to CI and package builds. (#12269)
Expected release date 2022-04-21.
Austin S. Hemmelgarn committed
Mar 8, 2022 at 07:21 UTC
dff1105afafc6a8884c425ef28ae688e994ea625
1 file changed
+7
-2
.github/data/distros.yml
+7
-2
@@ -121,18 +121,23 @@ include:
121
122
- &ubuntu
123
distro: ubuntu
124
- version: "21.10"
124
+ version: "22.04"
125
env_prep: |
126
rm -f /etc/apt/apt.conf.d/docker && apt-get update
127
jsonc_removal: |
128
apt-get remove -y libjson-c-dev
129
packages: &ubuntu_packages
130
type: deb
131
- repo_distro: ubuntu/impish
131
+ repo_distro: ubuntu/jammy
132
arches:
133
- amd64
134
- armhf
135
- arm64
136
+ - <<: *ubuntu
137
+ version: "21.10"
138
+ packages:
139
+ <<: *ubuntu_packages
140
+ repo_distro: ubuntu/impish
141
- <<: *ubuntu
142
version: "20.04"
143
packages: