From 15824ef1a8c2d33616e6f9a190653fa535eb0ef8 Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Wed, 27 Apr 2022 10:33:08 +1200 Subject: [PATCH] Build on ubuntu 22.04. --- .github/workflows/release-debian.yml | 14 +++++++++++--- .github/workflows/test-debian.yml | 14 +++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index e6d9b84..be55e00 100644 --- a/.github/workflows/release-debian.yml +++ b/.github/workflows/release-debian.yml @@ -30,10 +30,10 @@ jobs: release: "focal" arch: "amd64" - distro: "ubuntu" - release: "hirsute" + release: "impish" arch: "amd64" - distro: "ubuntu" - release: "impish" + release: "jammy" arch: "amd64" container: image: ${{ matrix.distro }}:${{ matrix.release }} @@ -106,6 +106,14 @@ jobs: release: "focal" image: "ubuntu20.04" arch: "aarch64" + - distro: "ubuntu" + release: "jammy" + image: "ubuntu22.04" + arch: "armv7" + - distro: "ubuntu" + release: "jammy" + image: "ubuntu22.04" + arch: "aarch64" - distro: "raspbian" release: "buster" image: "buster" @@ -125,7 +133,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 - - uses: uraimo/run-on-arch-action@v2.1.1 + - uses: uraimo/run-on-arch-action@v2.2.0 name: Build artifact id: build with: diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index a26910f..91ad40a 100644 --- a/.github/workflows/test-debian.yml +++ b/.github/workflows/test-debian.yml @@ -25,10 +25,10 @@ jobs: release: "focal" arch: "amd64" - distro: "ubuntu" - release: "hirsute" + release: "impish" arch: "amd64" - distro: "ubuntu" - release: "impish" + release: "jammy" arch: "amd64" container: image: ${{ matrix.distro }}:${{ matrix.release }} @@ -88,6 +88,14 @@ jobs: release: "focal" image: "ubuntu20.04" arch: "aarch64" + - distro: "ubuntu" + release: "jammy" + image: "ubuntu22.04" + arch: "armv7" + - distro: "ubuntu" + release: "jammy" + image: "ubuntu22.04" + arch: "aarch64" - distro: "raspbian" release: "buster" image: "buster" @@ -107,7 +115,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 - - uses: uraimo/run-on-arch-action@v2.1.1 + - uses: uraimo/run-on-arch-action@v2.2.0 name: Build artifact id: build with: