mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-26 18:18:24 +00:00
Update build all components for meta packages
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
@@ -34,3 +34,10 @@ function get_artifactory_repository() {
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
function get_package_target() {
|
||||
local target=$1
|
||||
local dist=${target%-*}
|
||||
local arch=${target##*-}
|
||||
echo "${dist}/${arch}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user