Skip to content

Commit

Permalink
(#141) add el9 package run to the release github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrity95 committed Mar 6, 2024
1 parent 1012a28 commit f2aac03
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 f2aac03

Please sign in to comment.