Skip to content

Commit

Permalink
Set the appropriate manylinux version for rocky
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Oct 28, 2023
1 parent 1817683 commit f579b9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/compute-build-args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit f579b9a

Please sign in to comment.