diff --git a/ci/compute-build-args.sh b/ci/compute-build-args.sh index 49905a4..75ca6d6 100755 --- a/ci/compute-build-args.sh +++ b/ci/compute-build-args.sh @@ -7,6 +7,10 @@ if [[ "${LINUX_VER}" == "ubuntu20.04" ]]; then MANYLINUX_VER="manylinux_2_31" +elif [[ + "${LINUX_VER}" == "rockylinux8" +]]; then + MANYLINUX_VER="manylinux_2_28" fi ARGS=(