From cfb0ebfd97360f05f9a72ca1795988d73a0da704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Ondr=C3=A1=C4=8Dek?= Date: Fri, 29 Jul 2022 19:52:06 +0200 Subject: [PATCH] Add Ubuntu 22.04 Jammy Jellyfish (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roman Ondráček --- .github/workflows/actions.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 650b727..bf9f594 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,7 +10,7 @@ jobs: matrix: QEMU_VER: [v6.1.0-1] DOCKER_REPO: [docker.io/multiarch/ubuntu-debootstrap] - VERSION: ["14.04", "16.04", "18.04", "20.04", "21.04",] + VERSION: ["14.04", "16.04", "18.04", "20.04", "22.04"] UNAME_ARCH: [x86_64, arm64, armv7l, i386, powerpc, ppc64el] include: - {ARCH: amd64, QEMU_ARCH: x86_64, UNAME_ARCH: x86_64} @@ -23,12 +23,11 @@ jobs: - {VERSION: "16.04", INCLUDE: "iproute2,wget", SUITE: xenial} - {VERSION: "18.04", INCLUDE: "iproute2,wget", SUITE: bionic} - {VERSION: "20.04", INCLUDE: "iproute2,wget", SUITE: focal} - - {VERSION: "21.04", INCLUDE: "iproute2,wget", SUITE: hirsute} + - {VERSION: "22.04", INCLUDE: "iproute2,wget", SUITE: jammy} exclude: - {VERSION: "18.04", UNAME_ARCH: powerpc} - {VERSION: "20.04", UNAME_ARCH: powerpc} - - {VERSION: "21.04", UNAME_ARCH: powerpc} - - {VERSION: "21.04", UNAME_ARCH: arm64} + - {VERSION: "22.04", UNAME_ARCH: powerpc} steps: - uses: actions/checkout@v2 - name: Build