From f2aac035e5c8270f7f93202c27fe00f25ecb75d5 Mon Sep 17 00:00:00 2001 From: Mark Gerrity Date: Wed, 6 Mar 2024 13:03:05 +0000 Subject: [PATCH] (#141) add el9 package run to the release github workflow --- .github/workflows/release.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ab22039..c207cb7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,10 +25,21 @@ jobs: packager_tag: el8-go1.21 version: tag + el9_64: + runs-on: ubuntu-latest + steps: + - name: Build + uses: choria-io/actions/packager@main + with: + build_package: el9_64 + packager_tag: el9-go1.21 + version: tag + upload: needs: - el7_64 - el8_64 + - el9_64 runs-on: ubuntu-latest steps: