mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +00:00
osbuilder: Fix attestation-agent build
Fix of the attestation-agent build and install issue in rootfs.sh Fixes: #4465 Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -668,7 +668,7 @@ EOF
|
||||
attestation_agent_branch="$(get_package_version_from_kata_yaml externals.attestation-agent.branch)"
|
||||
info "Install attestation-agent with KBC ${AA_KBC}"
|
||||
git clone "${attestation_agent_url}" --branch "${attestation_agent_branch}"
|
||||
pushd attestation-agent
|
||||
pushd attestation-agent/app
|
||||
source "${HOME}/.cargo/env"
|
||||
target="${ARCH}-unknown-linux-${LIBC}"
|
||||
if [ "${AA_KBC}" == "eaa_kbc" ] && [ "${ARCH}" == "x86_64" ]; then
|
||||
|
Reference in New Issue
Block a user