Skip to content

Commit

Permalink
Add Ubuntu 22.04 Jammy Jellyfish (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Ondráček <[email protected]>
  • Loading branch information
Roman3349 authored Jul 29, 2022
1 parent 44e758e commit cfb0ebf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down

0 comments on commit cfb0ebf

Please sign in to comment.