From f579b9a64be8e7a3b10de3228649b92aca0ee73e Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Sat, 28 Oct 2023 10:39:17 -0700 Subject: [PATCH] Set the appropriate manylinux version for rocky --- ci/compute-build-args.sh | 4 ++++ 1 file changed, 4 insertions(+) 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=(