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