Skip to content

Commit

Permalink
Merge pull request #201 from gerrity95/el9_support
Browse files Browse the repository at this point in the history
(#198) add el9 package run to the release github workflow
  • Loading branch information
ripienaar authored Mar 6, 2024
2 parents 42896e8 + 483337f commit 477f308
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 477f308

Please sign in to comment.