arch: x86_64: integration test for bzImage boot

Signed-off-by: Stefan Nuernberger <stefan.nuernberger@cyberus-technology.de>
This commit is contained in:
Stefan Nuernberger 2024-02-15 15:08:31 +01:00 committed by Rob Bradford
parent 09cf8c3118
commit d8cd403c5d
2 changed files with 51 additions and 0 deletions

View file

@ -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