From 8c380c852531204fca1f8bb981c2ff786612811e Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 27 Sep 2022 09:19:43 -0500 Subject: [PATCH] github: Add 22.04 images to release pipeline Adds the 22.04 images to the release pipeline --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0704731..464ce75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: - image: ubuntu-20.04-oe - image: ubuntu-20.04-oetest - image: ubuntu-20.04-oegarmin + - image: ubuntu-22.04-oe + - image: ubuntu-22.04-oegarmin runs-on: ubuntu-20.04