arch: x86_64: integration test for bzImage boot
Signed-off-by: Stefan Nuernberger <stefan.nuernberger@cyberus-technology.de>
This commit is contained in:
parent
09cf8c3118
commit
d8cd403c5d
2 changed files with 51 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue