mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 03:42:09 +00:00
packaging: tools: Add the arch to the builder container
This has been missed during reviews and will become a problem when the tools start to be built in different architectures. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
24b33ae35b
commit
58874f9c3e
@ -207,7 +207,7 @@ get_tools_image_name() {
|
||||
libs_dir="${repo_root_dir}/src/libs"
|
||||
agent_dir="${repo_root_dir}/src/agent"
|
||||
|
||||
echo "${BUILDER_REGISTRY}:tools-$(get_last_modification ${tools_dir})-$(get_last_modification ${libs_dir})-$(get_last_modification ${agent_dir})"
|
||||
echo "${BUILDER_REGISTRY}:tools-$(get_last_modification ${tools_dir})-$(get_last_modification ${libs_dir})-$(get_last_modification ${agent_dir})-$(uname -m)"
|
||||
}
|
||||
|
||||
get_agent_image_name() {
|
||||
|
Loading…
Reference in New Issue
Block a user