Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rikonor committed Aug 8, 2024
1 parent 73f9cdb commit a8e2ad6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ find "${BUILD_DIR}/.." -name "linux-image*.deb" -not -name "*dbg*" -exec dpkg -i

# Output
find "${BUILD_DIR}/.." -name "linux-image*.deb" -not -name "*dbg*" | xargs -I {} cp {} "${OUT_DIR}"
find "/boot" -name "initrd*" -or -name "vmlinuz*" -or -name "config*" | xargs -I {} cp {} "${OUT_DIR}"
find "/boot" -name "initrd*" -or -name "vmlinuz*" -or -name "config*" | xargs -I {} cp {} "${OUT_DIR}"
2 changes: 1 addition & 1 deletion build/ovmf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ build \
-n $(nproc)

# Output
cp "${SOURCE_DIR}/Build/AmdSev/DEBUG_GCC5/FV/OVMF.fd" "${OUT_DIR}"
cp "${SOURCE_DIR}/Build/AmdSev/DEBUG_GCC5/FV/OVMF.fd" "${OUT_DIR}"
1 change: 1 addition & 0 deletions build/qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ make install
checkinstall -D -y \
--pkgname=qemu \
--pkgversion=8

0 comments on commit a8e2ad6

Please sign in to comment.