mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-05 19:00:04 +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)"
|
attestation_agent_branch="$(get_package_version_from_kata_yaml externals.attestation-agent.branch)"
|
||||||
info "Install attestation-agent with KBC ${AA_KBC}"
|
info "Install attestation-agent with KBC ${AA_KBC}"
|
||||||
git clone "${attestation_agent_url}" --branch "${attestation_agent_branch}"
|
git clone "${attestation_agent_url}" --branch "${attestation_agent_branch}"
|
||||||
pushd attestation-agent
|
pushd attestation-agent/app
|
||||||
source "${HOME}/.cargo/env"
|
source "${HOME}/.cargo/env"
|
||||||
target="${ARCH}-unknown-linux-${LIBC}"
|
target="${ARCH}-unknown-linux-${LIBC}"
|
||||||
if [ "${AA_KBC}" == "eaa_kbc" ] && [ "${ARCH}" == "x86_64" ]; then
|
if [ "${AA_KBC}" == "eaa_kbc" ] && [ "${ARCH}" == "x86_64" ]; then
|
||||||
|
Reference in New Issue
Block a user