Skip to content

Commit

Permalink
update build-args conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed May 14, 2024
1 parent 67ed764 commit 176c877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/compute-build-args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -euo pipefail

MANYLINUX_VER="manylinux_2_17"
if [[
"${LINUX_VER}" == "ubuntu18.04" ||
"${LINUX_VER}" == "ubuntu20.04"
]]; then
MANYLINUX_VER="manylinux_2_31"
Expand Down

0 comments on commit 176c877

Please sign in to comment.