Skip to content

Commit

Permalink
ubuntu24.04 precompile image support
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Nov 22, 2024
1 parent 1249cb6 commit 287469f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,8 @@ jobs:
driver_branch: ${{ fromJson(needs.set-driver-version-matrix.outputs.driver_branch) }}
flavor: ${{ fromJson(needs.set-driver-version-matrix.outputs.kernel_flavors) }}
dist: ${{ fromJson(needs.set-driver-version-matrix.outputs.dist) }}
ispr:
- ${{github.event_name == 'pull_request'}}
exclude:
- ispr: true
dist: ubuntu24.04
- dist: ubuntu24.04
driver_branch: 535
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -360,8 +357,7 @@ jobs:
ispr:
- ${{github.event_name == 'pull_request'}}
exclude:
- ispr: true
dist: ubuntu24.04
- dist: ubuntu24.04
driver_branch: 535
steps:
- name: Check out code
Expand Down

0 comments on commit 287469f

Please sign in to comment.