We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0888a36 commit 6dcfa51Copy full SHA for 6dcfa51
.github/workflows/test-qemu.yml
@@ -44,7 +44,7 @@ jobs:
44
config="${CONFIGS[$i]}"
45
config=$(echo "$config" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')
46
cargo xtask image download $img
47
- img_name="qemu-${{ matrix.board }}"
+ img_name="qemu-${{ matrix.arch }}"
48
sed -i 's|^kernel_path[[:space:]]*=.*|kernel_path = "/tmp/axvisor/'"$img"'/'"$img_name"'"|' "$config"
49
echo "Updated kernel_path in $config"
50
done
0 commit comments