ubuntu cpack was building for rocm 5.2 twice (#114)

- fixes issue where ubuntu cpack workflows for ROCm 5.1 and 5.2 were both building ROCm 5.2

[ROCm/rocprofiler-systems commit: a539da1681]
Este commit está contenido en:
Jonathan R. Madsen
2022-07-25 11:11:16 -05:00
cometido por GitHub
padre ae7b931672
commit 8228dcef50
@@ -128,9 +128,6 @@ do
ROCM_REPO_DIST="ubuntu"
ROCM_REPO_VERSION=${i}
case "${i}" in
5.1*)
ROCM_REPO_VERSION="debian"
;;
4.1* | 4.0*)
ROCM_REPO_DIST="xenial"
;;