mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-13 21:56:32 +00:00
packaging: agent: Add the arch to the builder container
This has been missed during reviews and is already a problem as we're trying to build the agent outside of the rootfs for other architectures than x86_64. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
58874f9c3e
commit
1039641ab8
@ -214,5 +214,5 @@ get_agent_image_name() {
|
|||||||
libs_dir="${repo_root_dir}/src/libs"
|
libs_dir="${repo_root_dir}/src/libs"
|
||||||
agent_dir="${repo_root_dir}/src/agent"
|
agent_dir="${repo_root_dir}/src/agent"
|
||||||
|
|
||||||
echo "${BUILDER_REGISTRY}:agent-$(get_last_modification ${libs_dir})-$(get_last_modification ${agent_dir})"
|
echo "${BUILDER_REGISTRY}:agent-$(get_last_modification ${libs_dir})-$(get_last_modification ${agent_dir})-$(uname -m)"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user