mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-06 12:06:49 +00:00
Merge pull request #4810 from fidencio/topic/adjust-final-tarball-location-for-tdvf-and-td-shim
OVMF / td-shim: Adjust final tarball location
This commit is contained in:
commit
869e408516
@ -90,7 +90,8 @@ if [ "${ovmf_build}" == "tdx" ]; then
|
|||||||
install $build_root/$ovmf_dir/"${build_path_arch}"/DumpTdxEventLog.efi ${install_dir}
|
install $build_root/$ovmf_dir/"${build_path_arch}"/DumpTdxEventLog.efi ${install_dir}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
local_dir=${PWD}
|
||||||
pushd $DESTDIR
|
pushd $DESTDIR
|
||||||
tar -czvf "${ovmf_dir}-${ovmf_build}.tar.gz" "./$PREFIX"
|
tar -czvf "${local_dir}/${ovmf_dir}-${ovmf_build}.tar.gz" "./$PREFIX"
|
||||||
rm -rf $(dirname ./$PREFIX)
|
rm -rf $(dirname ./$PREFIX)
|
||||||
popd
|
popd
|
||||||
|
@ -35,7 +35,8 @@ install target/x86_64-unknown-uefi/release/final-boot-kernel.bin ${install_dir}/
|
|||||||
popd #td-shim
|
popd #td-shim
|
||||||
popd #${build_root}
|
popd #${build_root}
|
||||||
|
|
||||||
|
local_dir=${PWD}
|
||||||
pushd ${DESTDIR}
|
pushd ${DESTDIR}
|
||||||
tar -czvf "td-shim.tar.gz" "./$PREFIX"
|
tar -czvf "${local_dir}/td-shim.tar.gz" "./$PREFIX"
|
||||||
rm -rf $(dirname ./$PREFIX)
|
rm -rf $(dirname ./$PREFIX)
|
||||||
popd #${DESTDIR}
|
popd #${DESTDIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user