mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
arch: x86_64: integration test for bzImage boot
Signed-off-by: Stefan Nuernberger <stefan.nuernberger@cyberus-technology.de>
This commit is contained in:
committed by
Rob Bradford
parent
09cf8c3118
commit
d8cd403c5d
@@ -57,6 +57,7 @@ build_custom_linux() {
|
||||
make -j "$(nproc)"
|
||||
if [ "${ARCH}" == "x86_64" ]; then
|
||||
cp vmlinux "$WORKLOADS_DIR/" || exit 1
|
||||
cp arch/x86/boot/bzImage "$WORKLOADS_DIR/" || exit 1
|
||||
elif [ "${ARCH}" == "aarch64" ]; then
|
||||
cp arch/arm64/boot/Image "$WORKLOADS_DIR/" || exit 1
|
||||
cp arch/arm64/boot/Image.gz "$WORKLOADS_DIR/" || exit 1
|
||||
|
||||
Reference in New Issue
Block a user