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]
Этот коммит содержится в:
Jonathan R. Madsen
2022-07-25 11:11:16 -05:00
коммит произвёл GitHub
родитель ae7b931672
Коммит 8228dcef50
-3
Просмотреть файл
@@ -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"
;;