Skip to content

Commit

Permalink
Test build OCI
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 24, 2025
1 parent 0d46e16 commit bc4b7ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
needs: prepare
runs-on: ubuntu-22.04
strategy:
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
matrix:
include:
- packageType: rpm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit bc4b7ea

Please sign in to comment.