diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index ea16820..e1d83e6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,7 +10,7 @@ jobs: matrix: QEMU_VER: [v6.1.0-5] DOCKER_REPO: [docker.io/multiarch/ubuntu-core] - VERSION: [trusty, xenial, bionic, focal, hirsute] + VERSION: [trusty, xenial, bionic, focal, hirsute, jammy] UNAME_ARCH: [x86_64, arm64, armhf, i386, ppc64el, s390x] include: - {ARCH: amd64, QEMU_ARCH: x86_64, UNAME_ARCH: x86_64} @@ -24,6 +24,7 @@ jobs: - {VERSION: xenial, UNAME_ARCH: s390x} - {VERSION: focal, UNAME_ARCH: i386} - {VERSION: hirsute, UNAME_ARCH: i386} + - {VERSION: jammy, UNAME_ARCH: i386} steps: - uses: actions/checkout@v2 - name: Build