Skip to content

Commit 9158fc9

Browse files
Update TensorFlow Text build scripts for newer manylinux
PiperOrigin-RevId: 949281378
1 parent eb6b2c0 commit 9158fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

oss_scripts/docker_builds.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ build_args=()
2424
if [ "$arch" == "x86_64" ]; then
2525
build_args+=("--config=release_cpu_linux")
2626
build_args+=("--platforms=@sigbuild-r2.17-clang_config_platform//:platform")
27-
auditwheel_platform="manylinux2014_x86_64"
27+
auditwheel_platform="manylinux_2_27_x86_64"
2828
elif [ "$arch" == "aarch64" ]; then
2929
build_args+=("--crosstool_top=@ml2014_aarch64_config_aarch64//crosstool:toolchain")
30-
auditwheel_platform="manylinux2014_aarch64"
30+
auditwheel_platform="manylinux_2_27_aarch64"
3131
fi
3232

3333
# Build wheel for each Python version.

0 commit comments

Comments
 (0)