summaryrefslogtreecommitdiffstats
path: root/.github/data
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-03-08 07:21:15 -0500
committerGitHub <noreply@github.com>2022-03-08 07:21:15 -0500
commitdff1105afafc6a8884c425ef28ae688e994ea625 (patch)
tree5b252022a9d8e7e82372777c824df18ba2cdce76 /.github/data
parent028df9d14bf22d413904f3505e40fd9149f81e63 (diff)
Add Ubuntu 22.04 to CI and package builds. (#12269)
Expected release date 2022-04-21.
Diffstat (limited to '.github/data')
-rw-r--r--.github/data/distros.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index aae7c1af48..8d58f4d23d 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -121,19 +121,24 @@ include:
- &ubuntu
distro: ubuntu
- version: "21.10"
+ version: "22.04"
env_prep: |
rm -f /etc/apt/apt.conf.d/docker && apt-get update
jsonc_removal: |
apt-get remove -y libjson-c-dev
packages: &ubuntu_packages
type: deb
- repo_distro: ubuntu/impish
+ repo_distro: ubuntu/jammy
arches:
- amd64
- armhf
- arm64
- <<: *ubuntu
+ version: "21.10"
+ packages:
+ <<: *ubuntu_packages
+ repo_distro: ubuntu/impish
+ - <<: *ubuntu
version: "20.04"
packages:
<<: *ubuntu_packages