From 483337fa17faca6b78aae78580675d34b7bb92d9 Mon Sep 17 00:00:00 2001 From: Mark Gerrity Date: Wed, 6 Mar 2024 13:06:41 +0000 Subject: [PATCH] (#198) 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: