Skip to content

Commit

Permalink
chore: update release process
Browse files Browse the repository at this point in the history
  • Loading branch information
fatz committed Jan 2, 2025
1 parent 551d9f1 commit 5b212b0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,23 @@ jobs:
runs-on: self-hosted-nutanix-medium
strategy:
fail-fast: false
matrix: ${{fromJson(needs.build_list.outputs.matrix)}}
matrix:
os:
- ubuntu-20
- ubuntu-22
- rocky-8.7
- rocky-9.1
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.ref }}
- name: Setup requirements
if: !startsWith(matrix.os, 'rhel') && !startsWith(matrix.os, 'oraclelinux')
run: |
sudo apt-get update && sudo apt-get -y install xorriso
- name: Export ovf for ${{ matrix.os }}
if: !startsWith(matrix.os, 'rhel') && !startsWith(matrix.os, 'oraclelinux')
run: make ${{ matrix.os }}-ovf
- uses: actions/upload-artifact@v3
if: !startsWith(matrix.os, 'rhel') && !startsWith(matrix.os, 'oraclelinux')
with:
name: releaseovf
path: |
Expand Down

0 comments on commit 5b212b0

Please sign in to comment.