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
This commit is contained in:
Jonathan R. Madsen
2022-07-25 11:11:16 -05:00
committed by GitHub
parent 80a9039239
commit a539da1681
-3
View File
@@ -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"
;;