Skip to content

Commit

Permalink
Update build.yml to fetch an x86 kernel from u-root CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rminnich authored Apr 9, 2024
1 parent af95c5c commit 0f37777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:
GOARCH=${{ matrix.arch }} ./u-root -uroot-source . \
-o u-root-${{ matrix.arch }}-${{ matrix.template }}.cpio \
${{ matrix.template }}
go run github.com/hugelgupf/vmtest/tools/runvmtest@latest \
-- bash -c "cp \$VMTEST_KERNEL ./
kernel-x86_64"

0 comments on commit 0f37777

Please sign in to comment.