mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 16:29:07 +08:00
Provide kernel-root argument to run-qemu action
With https://github.com/libbpf/ci/pull/36 merged the run-qemu action now accepts an additional argument, `kernel-root`. Provide it to the action with the value appropriate for this repository. Signed-off-by: Daniel Müller <deso@posteo.net>
This commit is contained in:
committed by
danielocfb
parent
51e63f7229
commit
9aedff8d03
3
.github/actions/vmtest/action.yml
vendored
3
.github/actions/vmtest/action.yml
vendored
@@ -87,6 +87,7 @@ runs:
|
||||
- name: Run selftests
|
||||
uses: libbpf/ci/run-qemu@master
|
||||
with:
|
||||
arch: ${{ inputs.arch }}
|
||||
img: '/tmp/root.img'
|
||||
vmlinuz: 'vmlinuz'
|
||||
arch: ${{ inputs.arch }}
|
||||
kernel-root: '.kernel'
|
||||
|
||||
Reference in New Issue
Block a user