Skip to content

Commit

Permalink
Replicate "build" workflow across vmx, svm
Browse files Browse the repository at this point in the history
  • Loading branch information
vsrinivas authored Jul 12, 2023
1 parent b02f37d commit f3d92ba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ on:

jobs:
build:
runs-on: self-hosted
strategy:
matrix:
virt: [vmx, svm]

runs-on:
- self-hosted
- ${{ matrix.virt }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f3d92ba

Please sign in to comment.